ElevationOf {RMAWGEN} | R Documentation |
Extracts the elevation of a meteorological station expressed in meters above a reference (sea level)
Description
Extracts the elevation of a meteorological station expressed in meters above a reference (sea level)
Usage
ElevationOf(name, station_names, elevation)
Arguments
name |
character ID of the station |
station_names |
vector of the IDs (characters) of the considered meteorological stations. An example is |
elevation |
vector of the elevation of the considered meteorological stations. An example is |
Value
the elevation given the vectors of station IDs and the respective elevations
Examples
data(trentino)
ElevationOf("T0099",station_names=STATION_NAMES,elevation=ELEVATION)
[Package RMAWGEN version 1.3.7 Index]