powered by
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.
STATION_NAMES
trentino
vector of the elevation of the considered meteorological stations. An example is ELEVATION, which is defined in the trentino dataset.
ELEVATION
the elevation given the vectors of station IDs and the respective elevations
# NOT RUN { data(trentino) ElevationOf("T0099",station_names=STATION_NAMES,elevation=ELEVATION) # }
Run the code above in your browser using DataLab