Description Usage Arguments Value
View source: R/plot_2diicharts.R
Create a meta-report map chart
1 2 3 4 5 6 | plot_metareport_map(
data,
plot_title = NULL,
legend_title = NULL,
sector = NULL
)
|
data |
Dataframe with data processed for the chart. With columns: long, lat, group, value (dataframe). |
plot_title |
Title of the plot; (character string). |
legend_title |
Title of the legend describing value units; (character string). |
sector |
Sector to be used for the map colouring. If none is specified, default dark blue palette is used (character string) |
An object of class "ggplot".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.