Learn R Programming

enmSdmX (version 1.2.12)

canada: Vector outline of Canada

Description

This SpatVector represents the outline of Canada in WGS84 (unprojected) coordinates. This is the "low resolution" (less accurate) version from GADM.

Arguments

Format

An object of class 'SpatVector'.

Examples

Run this code

library(terra)
canFile <- system.file('extdata', 'canada_level0_gadm41.gpkg', package='enmSdmX')
canada <- vect(canFile)
plot(canada)

Run the code above in your browser using DataLab