plot_sdg_bar | R Documentation |
SDG bar plot
plot_sdg_bar(data, sdg = "sdg", value = "value", quiet = FALSE)
data |
Data frame as the input |
sdg |
Vector with SDG code to be visualized. |
value |
The value, e.g., number of SDGs, to be show in the thematic map |
quiet |
Logical. Suppress info message |
Returns the tool text outputs.
data("sdgstat")
plot_sdg_bar(sdgstat, sdg = "SDG", value = "Value")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.