Learn R Programming

metScanR (version 1.2.3)

mapSiteFinder: Map environmental monitoring stations

Description

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

Usage

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

See Also

getNearby getElevation getDates getNetwork getVars getCountry getId siteFinder metScanR_DB

Examples

Run this code
# 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))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab