canada | R Documentation |
This SpatVector
represents the outline of Canada in WGS84 (unprojected) coordinates. This is the "low resolution" (less accurate) version from GADM.
An object of class 'SpatVector'
.
Database of Global Administrative Areas (GADM)
library(terra)
canFile <- system.file('extdata', 'canada_level0_gadm41.gpkg', package='enmSdmX')
canada <- vect(canFile)
plot(canada)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.