dwmTimeseries: A Timeseries Function

Description Usage Arguments See Also Examples

Description

This function creates daily, weekly, monthly timeseries from daily input data

Usage

1
dwmTimeseries(xData, y, m, d, aggFun)

Arguments

xData

dataset

y

start year of the timeseries

m

start months of the timeseries

d

start day of the timeseries

aggFun

function how the data should be combined (mean or sum)

See Also

zooreg which creates the timeseries

Examples

1
2
qZ <- read.csv(file= file.path(dataPath,"stations/Zhamashike_runoff_00_14.csv"), header=TRUE, sep=",")
dwmTimeseries(qZ,2004,04,04,sum)

hydrosolutions/ftimeseries documentation built on May 17, 2019, 9:16 p.m.