View source: R/aest_choropleth.R
aest_choropleth | R Documentation |
Make a choropleth map of BC economic regions
aest_choropleth(tbbl, region, thingy, value)
tbbl |
a tibble that contains (at least) the following 3 columns: |
region |
the column of the tbbl that contains the economic regions: these MUST be camel_case i.e. mainland_south_west, vancouver_island_coast, north_coast_&_nechako, cariboo, kootenay, north_east, thompson_okanagan |
thingy |
the column of the tbbl that contains the name of what is being plotted. |
value |
the column of the tbble that contains the value of what is being plotted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.