Skip to contents

Plots goal-level SDG scores as a radar (polar) chart.

Usage

plot_sdg_radar(x, year = NULL)

Arguments

x

A minesdg_site_score or minesdg_disclosure_bundle.

year

Year to plot when x is a bundle; defaults to the reporting year.

Value

A ggplot object.

Examples

sc <- score_site_sdg(demo_mine_sites[demo_mine_sites$site_id ==
                       "CU-ATAC" & demo_mine_sites$year == 2024, ])
plot_sdg_radar(sc)