R/TemperatureEndDay.R
TemperatureEndDay.Rd
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.
vector containing the measurement end day. An example is TEMPERATURE_MEASUREMENT_END_DAY
defined in the trentino
dataset.
the temperature measurement end day given the vectors of station IDs and the temperature measurement end days
data(trentino)
TemperatureEndDay("T0099",station_names=STATION_NAMES,end_day=TEMPERATURE_MEASUREMENT_END_DAY)
#> [1] 13878.5