calculate_turtle: Calculate frequency of connection to Turtle Bay

Description Usage Arguments Value

View source: R/calculate_turtle.R

Description

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).

Usage

1
calculate_turtle(df, turtle_elev_m = 298.7, turtle_clearance_ft = 1)

Arguments

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.

Value

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.


WDNR-Water-Use/CSLSscenarios documentation built on Nov. 10, 2021, 4:14 p.m.