Description Usage Arguments Value Author(s) Examples
View source: R/TemperatureEndDay.R
Gets the last day in a temperature time series, expressed as decimal julian days since 1970-1-1 00:00 UTC
1 | TemperatureEndDay(name, station_names, end_day)
|
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 |
the temperature measurement end day given the vectors of station IDs and the temperature measurement end days
Emanuele Cordano, Emanuele Eccel
1 2 | data(trentino)
TemperatureEndDay("T0099",station_names=STATION_NAMES,end_day=TEMPERATURE_MEASUREMENT_END_DAY)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.