mapSiteFinder: Map environmental monitoring stations

Description Usage Arguments Value Author(s) See Also Examples

View source: R/mapSiteFinder.R

Description

A plotting tool to map environmetnal monitoring stations from the metScanR database. **NOTE: This function requires internet connection!**

Usage

1
mapSiteFinder(x, limit = 5000)

Arguments

x

(list) Metadata of environmental monitoring stations.

limit

(numeric) maximum number of stations to plot. Defaults to 5000. Setting this >5000 may result in wait times of up to minute if internet connection is slow.

Value

A map of environmental monitoring stations

Author(s)

Josh Roberti jaroberti87@gmail.com
Lee Stanish
Cody Flagg
Sam Weintraub
Derek Smith

See Also

getNearby getElevation getDates getNetwork getVars getCountry getId siteFinder metScanR_DB

Examples

1
2
3
4
5
6
## Not run: 
#map environmental monitoring stations located in Italy
  mapSiteFinder(getCountry(country="Italy"))
#map environmental monitoring stations within 50 km of Boulder, CO, USA
  mapSiteFinder(getNearby(lat=40.0149,lon=-105.2705,radius=50))
## End(Not run)

metScanR documentation built on Oct. 30, 2019, 11:37 a.m.