R/ElevationOf.R
ElevationOf.Rd
Extracts the elevation of a meteorological station expressed in meters above a reference (sea level)
ElevationOf(name, station_names, elevation)
character ID of the station
vector of the IDs (characters) of the considered meteorological stations. An example is STATION_NAMES
, which is defined in the trentino
dataset.
vector of the elevation of the considered meteorological stations. An example is ELEVATION
, which is defined in the trentino
dataset.
the elevation given the vectors of station IDs and the respective elevations
data(trentino)
ElevationOf("T0099",station_names=STATION_NAMES,elevation=ELEVATION)
#> [1] 2125