bc_area {bcmaps} | R Documentation |
The size of British Columbia
Description
Total area, Land area only, or Freshwater area only, in the units of your choosing.
Usage
bc_area(what = "total", units = "km2")
Arguments
what |
Which part of BC? One of |
units |
One of |
Details
The sizes are from Statistics Canada
Value
The area of B.C. in the desired units (numeric vector).
Examples
## 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")
[Package bcmaps version 2.2.0 Index]