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:
Date
value
year
month
day
decimal_date
WY
Water Year: October 1 - September 30
CY
Climate Year: April 1 - March 30
Q3
3-Day Moving Average: computed at end of moving interval
Q7
7-Day Moving Average: computed at end of moving interval
Q30
30-Day Moving Average: computed at end of moving interval
jd
Julian 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]