| example_preproc {HyMETT} | R Documentation |
Example Observations prepocessed
Description
An example dataset with daily observed streamflow preprocessed to include additional timing and n-day moving averages.
Usage
example_preproc
Format
A data.frame with the following variables:
Datevalueyearmonthdaydecimal_dateWYWater Year: October 1 - September 30
CYClimate Year: April 1 - March 30
Q33-Day Moving Average: computed at end of moving interval
Q77-Day Moving Average: computed at end of moving interval
Q3030-Day Moving Average: computed at end of moving interval
jdJulian date
Details
Generated with example_obs from
HyMETT::preproc_main(data = example_obs,
Date = "Date", value = "streamflow_cfs", longitude = -68)$daily`
See Also
Examples
str(example_preproc)
[Package HyMETT version 1.1.2 Index]