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

View source: R/main.R

LoadMapR Documentation

Read .shp file and attach strata names to the object

Description

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

Usage

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/USFWS/AKaerial


USFWS/AKaerial documentation built on April 3, 2025, 4:06 p.m.