Learn R Programming

metScanR (version 1.2.3)

getElevation: Filter environmental monitoring stations by elevation

Description

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

Usage

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

See Also

siteFinder mapResults metScanR_DB

Examples

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

Run the code above in your browser using DataLab