WhereIs {RMAWGEN} | R Documentation |
Gets the toponym where a meteorological station is located
Description
Gets the toponym where a meteorological station is located
Usage
WhereIs(name, station_names, location)
Arguments
name |
character ID of the station |
station_names |
vector containing the IDs (characters) of the considered meteorological stations. An example is |
location |
vector containing the toponyms. An example is |
Value
the location toponym given the vectors of station IDs and the respective location toponyms
Author(s)
Emanuele Cordano, Emanuele Eccel
Examples
data(trentino)
WhereIs("T0099",station_names=STATION_NAMES,location=LOCATION)
[Package RMAWGEN version 1.3.7 Index]