Description Usage Arguments Value Examples
View source: R/PrecipitationStartDay.R
@author Emanuele Cordano
1 | PrecipitationStartDay(name, station_names, start_day)
|
name |
character ID of the station |
station_names |
vector containing the IDs (characters) of the considered meteorological stations. An example is |
start_day |
vector containing the precipitation measurement start day. An example is |
the precipitation measurement start day given the vectors of station IDs and the respective precipitation measurement start days
1 2 3 4 | data(trentino)
PrecipitationStartDay("T0099",
station_names=STATION_NAMES,
start_day=PRECIPITATION_MEASUREMENT_START_DAY)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.