example_preproc | R Documentation |
An example dataset with daily observed streamflow preprocessed to include additional timing and n-day moving averages.
example_preproc
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
Generated with example_obs
from
HyMETT::preproc_main(data = example_obs, Date = "Date", value = "streamflow_cfs", longitude = -68)$daily`
example_obs
, preproc_main
str(example_preproc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.