TemperatureStartDay: Gets the first day in a temperature time series, expressed as...

View source: R/TemperatureStartDay.R

TemperatureStartDayR Documentation

Gets the first day in a temperature time series, expressed as decimal julian days since 1970-1-1 00:00 UTC

Description

@author Emanuele Cordano, Emanuele Eccel

Usage

TemperatureStartDay(name, station_names, start_day)

Arguments

name

character ID of the station

station_names

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

start_day

vector containing the temperature measurement start day. Default is TEMPERATURE_MEASUREMENT_START_DAY defined in the trentino dataset.

@export

Value

the temperature measurement start day given the vectors of station IDs and the respective temperature measurement start days

@examples data(trentino) TemperatureStartDay("T0099",station_names=STATION_NAMES,start_day=TEMPERATURE_MEASUREMENT_START_DAY)


ecor/RMAWGEN documentation built on Jan. 4, 2024, 5:56 p.m.