TemperatureEndDay {RMAWGEN} | R Documentation |
Gets the last day in a temperature time series, expressed as decimal julian days since 1970-1-1 00:00 UTC
Description
Gets the last day in a temperature time series, expressed as decimal julian days since 1970-1-1 00:00 UTC
Usage
TemperatureEndDay(name, station_names, end_day)
Arguments
name |
character ID of the station |
station_names |
vector containing the IDs (characters) of the considered meteorological stations. An example is |
end_day |
vector containing the measurement end day. An example is |
Value
the temperature measurement end day given the vectors of station IDs and the temperature measurement end days
Author(s)
Emanuele Cordano, Emanuele Eccel
Examples
data(trentino)
TemperatureEndDay("T0099",station_names=STATION_NAMES,end_day=TEMPERATURE_MEASUREMENT_END_DAY)
[Package RMAWGEN version 1.3.7 Index]