aest_choropleth: Make a choropleth map of BC economic regions

View source: R/aest_choropleth.R

aest_choroplethR Documentation

Make a choropleth map of BC economic regions

Description

Make a choropleth map of BC economic regions

Usage

aest_choropleth(tbbl, region, thingy, value)

Arguments

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.


rpmartin/aest documentation built on Oct. 22, 2022, 6:33 p.m.