bc_area | R Documentation |
Total area, Land area only, or Freshwater area only, in the units of your choosing.
bc_area(what = "total", units = "km2")
what |
Which part of BC? One of |
units |
One of |
The sizes are from Statistics Canada
The area of B.C. in the desired units (numeric vector).
## With no arguments, gives the total area in km^2:
bc_area()
## Get the area of the land only, in hectares:
bc_area("land", "ha")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.