Learn R Programming

HyMETT (version 1.1.3)

example_preproc: Example Observations prepocessed

Description

An example dataset with daily observed streamflow preprocessed to include additional timing and n-day moving averages.

Usage

example_preproc

Arguments

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

example_obs, preproc_main

Examples

Run this code
str(example_preproc)

Run the code above in your browser using DataLab