Learn R Programming

bcmaps (version 1.0.0)

mapsheets_250K: NTS 250K Grid - Digital Baseline Mapping at 1:250,000 (NTS)

Description

NTS 250K Grid - Digital Baseline Mapping at 1:250,000 (NTS)

Usage

mapsheets_250K(class = "sf")

Arguments

class

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

Value

The spatial layer of mapsheets_250K in the desired class

Examples

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

Run the code above in your browser using DataLab