powered by
Total area, Land area only, or Freshwater area only, in the units of your choosing.
bc_area(what = "total", units = "km2")
The area of B.C. in the desired units (numeric vector).
Which part of BC? One of 'total' (default), 'land', or 'freshwater'.
'total'
'land'
'freshwater'
One of 'km2' (square kilometres; default), 'm2' (square metres), 'ha' (hectares), 'acres', or 'sq_mi' (square miles)
'km2'
'm2'
'ha'
'acres'
'sq_mi'
The sizes are from Statistics Canada
## 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")
Run the code above in your browser using DataLab