50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


bcmaps (version 0.18.1)

bc_neighbours: Boundary of British Columbia, provinces/states and the portion of the Pacific Ocean that borders British Columbia

Description

You must have the bcmapsdata package installed to use this function.

Usage

bc_neighbours(class = "sf")

Arguments

class

what class you want the object in? "sf" (default) or "sp".

Value

The spatial layer of bc_neighbours in the desired class

Details

Type ?bcmapsdata::bc_neighbours for details.

Examples

Run this code
# NOT RUN {
my_layer <- bc_neighbours()
my_layer_sp <- bc_neighbours(class = 'sp')
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab