Skip to contents

Rolls goal-level scores up to the ontology's mining domains and plots them as a radar chart. The rollup is an unweighted mean of goal scores per domain – a presentation-level aggregation of values already computed by the scoring engine.

Usage

plot_domain_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_domain_radar(sc)