prepare_for_metareport_distribution_chart: Prepares results data per asset type for distribution chart...

Description Usage Arguments Value Examples

View source: R/data_processing.R

Description

Prepares results data per asset type for distribution chart plot

Usage

1
2
3
4
5
6
7
prepare_for_metareport_distribution_chart(
  data_asset_type,
  sectors_filter,
  technologies_filter,
  year_filter,
  value_to_plot = "plan_carsten"
)

Arguments

data_asset_type

Dataframe in the shape of "Equity/Bonds_results_portfolio.rda" dataset from PACTA analysis output in "30_Results" folder (dataframe).

sectors_filter

Sector to be used for filtering (character string or a vector of character strings).

technologies_filter

Technologies to be used for filtering (character string or a vector of character strings).

year_filter

Year to be used for filtering (integer).

value_to_plot

Variable to be used as value for plotting (character string).

Value

Dataframe with columns investor_name, portfolio_name, value.

Examples

1
# TODO

2DegreesInvesting/r2dii.ggplot documentation built on April 15, 2021, 5:22 a.m.