getElevation: Filter environmental monitoring stations by elevation

Description Usage Arguments Value Author(s) See Also Examples

View source: R/getElevation.R

Description

Return metadata of environmental monitoring stations that have a specific elevation.

Usage

1
getElevation(elevMin, elevMax, ...)

Arguments

elevMin

(numeric) defines the minimum elevation to filter metadata. Units are in meters (m) Above Sea Level.

elevMax

(numeric) defines the maximum elevation to filter metadata. Units are in meters (m) Above Sea Level.

...

auto-populates when called from siteFinder() wrapper

Value

A list comprising metadata of environmental monitoring stations that have elevations conforming to the criteria specified in elevThresh

Author(s)

Josh Roberti jaroberti87@gmail.com

See Also

siteFinder mapResults metScanR_DB

Examples

1
2
3
4
5
6
## Not run: 
#return metadata of sites that have elevations above 1500 (m) Above Sea Level
  getElevation(elevMin=1500)
#return metadata of sites that have elevations less than 35 (m) Above Sea Level
  getElevation(elevMax=35)
## End(Not run)

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