Learn R Programming

RMAWGEN (version 1.3.9.3)

PrecipitationEndDay: Gets the last day in a precipitation time series, expressed in decimal julian days since 1970-1-1 00:00 UTC

Description

@author Emanuele Cordano, Emanuele Eccel

Usage

PrecipitationEndDay(name, station_names, end_day)

Value

the precipitation measurement end day given the vectors of station IDs and the precipitation measurement end days

Arguments

name

charcacter ID of the station

station_names

vector containing the IDs (characters) of the considered meteorological stations. An example is STATION_NAMES defined in trentino.

end_day

vector containing the measurement end day. An example is TEMPERATURE_MEASUREMENT_END_DAY defined in trentino.

Examples

Run this code
data(trentino)
PrecipitationEndDay("T0099",station_names=STATION_NAMES,end_day=PRECIPITATION_MEASUREMENT_END_DAY) 

Run the code above in your browser using DataLab