Create a map of all the stations in a reserve
Arguments
- nerr_site_id
chr string of the reserve to map, first three characters used by NERRS or vector of stations to map using the first five characters
- text_sz
numeric value for text size of station names, passed to
geom_text
- text_col
chr string for text color of station names, passed to
geom_text
- f
numeric passed to
make_bbox
as expansion around the bounding box for stations at a NERR site, increase to expand map zoom chr
Value
A ggplot
object for plotting.
Details
This function is a simple wrapper to functions in the ggmap package which returns a map of all of the stations at a NERRS reserve. The f
argument may have to be chosen through trial and error depending on the spatial extent of the reserve. A local data file included with the package is used to get the latitude and longitude values of each station. The files includes only active stations as of January 2015.