LoadMap: Read .shp file and attach strata names to the object

Description Usage Arguments Details Value Author(s) References

View source: R/main.R

Description

LoadMap will read in a .shp file and return either a data frame or projected spatial object

Usage

1
LoadMap(map.file, type = "df")

Arguments

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

Details

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.

Value

data frame or projected spatial object

Author(s)

Charles Frost, charles_frost@fws.gov

References

https://github.com/cfrost3/AKaerial


cfrost3/AKaerial documentation built on April 9, 2020, 12:50 a.m.