powered by
Gets the last day in a temperature time series, expressed as decimal julian days since 1970-1-1 00:00 UTC
TemperatureEndDay(name, station_names, end_day)
character ID of the station
vector containing the IDs (characters) of the considered meteorological stations. An example is STATION_NAMES defined in the trentino dataset.
STATION_NAMES
trentino
vector containing the measurement end day. An example is TEMPERATURE_MEASUREMENT_END_DAY defined in the trentino dataset.
TEMPERATURE_MEASUREMENT_END_DAY
the temperature measurement end day given the vectors of station IDs and the temperature measurement end days
# NOT RUN { data(trentino) TemperatureEndDay("T0099",station_names=STATION_NAMES,end_day=TEMPERATURE_MEASUREMENT_END_DAY) # }
Run the code above in your browser using DataLab