powered by
Plots a Sankey diagram showing the breakdown of Scope 3 emissions by category.
plot_scope3_emissions(scope3_df, company_name = NULL)
A Sankey plot showing a breakdown for predicted emissions of each Scope 3 category.
Data frame output from sme_scope3 (must contain 'Category', 'Description', and 'Predicted Emissions (tCO2e)').
Optional company name to include in the chart title (character string).
scope3_df <- sme_scope3(85, 12000000) plot_scope3_emissions(scope3_df, company_name = "Carbon Predict LTD")
Run the code above in your browser using DataLab