WhereIs: Gets the toponym where a meteorological station is located

Description Usage Arguments Value Author(s) Examples

View source: R/WhereIs.R

Description

Gets the toponym where a meteorological station is located

Usage

1
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 STATION_NAMES defined in the trentino dataset.

location

vector containing the toponyms. An example is LOCATION defined in the trentino dataset.

Value

the location toponym given the vectors of station IDs and the respective location toponyms

Author(s)

Emanuele Cordano, Emanuele Eccel

Examples

1
2
data(trentino)
WhereIs("T0099",station_names=STATION_NAMES,location=LOCATION) 

RMAWGEN documentation built on Dec. 12, 2019, 9:07 a.m.