Create a scatter plot of exposure to low-carbon technology vs. alignment score
Source:R/plot_scatter.R
plot_scatter.Rd
Create a scatter plot of exposure to low-carbon technology vs. alignment score
Arguments
- data
A data frame. In principle, an output of
prep_scatter()
. Requirements:asset_class
must have a single value.Must have columns:
asset_class
,tech_mix_green
,score
,entity_name
,entity_type
.entity_type
column must be factor and only have following values: "average", "this_portfolio", "peer", "benchmark".tech_mix_green
must be a percentage in decimal format, with values between 0 and 1.score
must be a number between 0 and 100.