Description Usage Arguments Value
View source: R/calculate_turtle.R
Given a data frame with columns for "lake", "level", "month", and "year" as well as additional information about the elevation of Turtle Bay ("turtle_elev_m") and minimum required clearance for good connection ("turtle_clearance_ft"), calculates frequency of connection at all times and during the growing season (March through August).
1 | calculate_turtle(df, turtle_elev_m = 298.7, turtle_clearance_ft = 1)
|
df |
a data frame with a "lake" and a "level" column |
turtle_elev_m |
elevation of turtle bay inlet by eye examination of bathymetry raster (m). |
turtle_clearance_ft |
minimum clearnace needed for good connection to turtle bay. |
a data frame with the number of months and percent of time with connection to Turtle Bay during all months and during warm season (March through August) months.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.