LoadMap | R Documentation |
LoadMap will read in a .shp file and return either a data frame or projected spatial object
LoadMap(map.file, type = "df")
map.file |
The path to the .shp file to be read in |
type |
Either "df" to return a data frame or "proj" to return a WGS84 projected spatial object |
LoadMap is designed to read in a .shp file and attach the strata names to a data frame and return it. It can also return a projected WGS84 surface.
data frame or projected spatial object
Charles Frost, charles_frost@fws.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.