Description Usage Arguments Value
View source: R/calculate_paddlesports.R
Given a data frame with columns for "lake" and "level" as well as additional information about the elevation at which lake becomes a lake and suitable for paddleboating and the elevation at which the lake floods back floating leaf plants, evaluate the frequency of lake conditions, good paddleboating conditions during warm months (April thorugh September), and flooded conditions at all lakes with lake information.
1 2 3 4 | calculate_paddlesports(
df,
lake_info = data.frame(lake = c("Long", "Plainfield"), elev_m = c(334.29, 334.15))
)
|
df |
a data frame with a "lake" and a "level" column |
lake_info |
a data frame with the "min_elev_m" and "max_elev_m" at which each "lake" becomes a lake/good for paddleboating and floods back vegetation. |
a data frame with the number of months and percent of time with lake, good paddleboating, and flooded vegetation conditions at each lake included in "lake_info".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.