View source: R/calc_WL_stats.R
calc_WL_stats | R Documentation |
This function calculates growing season water level statistics by site and by year for sentinel wetlands in Acadia NP. Metrics follow Miller & Weed 2017
calc_WL_stats(df, from = 2013, to = 2019)
df |
Data frame containing water level and precipitation data |
from |
Year to start analysis, ranging from 2013-2019 |
to |
Year to stop analysis, ranging from 2013-2019 |
Returns a data frame with water level growing season statistics.
To view report that metrics are based on: https://irma.nps.gov/DataStore/Reference/Profile/2239739
## Not run:
well_data <- read.csv("well_prec_data_2013-2019.csv")
gs_wl_stats <- calc_WL_stats(df = well_data, from = 2017, to = 2019)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.