bc_bbox: Get an extent/bounding box for British Columbia

View source: R/utils.R

bc_bboxR 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

"sf", "raster".

crs

coordinate reference system: integer with the EPSG code, or character with proj4string. Default 3005 (BC Albers).

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)

bcmaps documentation built on Oct. 18, 2023, 1:07 a.m.