bc_bbox {bcmaps} | R Documentation |
Get an extent/bounding box for British Columbia
Description
Get an extent/bounding box for British Columbia
Usage
bc_bbox(class = c("sf", "raster"), crs = 3005)
Arguments
class |
|
crs |
coordinate reference system: integer with the EPSG code,
or character with proj4string. Default |
Value
an object denoting a bounding box of British Columbia,
of the corresponding class specified in class
.
Examples
## Not run:
bc_bbox("sf")
bc_bbox("raster")
## End(Not run)
[Package bcmaps version 2.2.0 Index]