calc_toha_stats: Calc standard stats on TOHA for a given lake

Description Usage Arguments

View source: R/calc_toha_stats.R

Description

Calc standard stats on TOHA for a given lake

Usage

1
2
3
4
5
6
7
calc_toha_stats(
  lakeid,
  width_thresh = 0.02,
  secchi = c(seq(0.1, 2.9, by = 0.1), 3:10),
  wtr_thresh = c(11, 25),
  irr_thresh = c(0.0762, 0.6476)
)

Arguments

lakeid

ID of lake to run

width_thresh

The fraction of benthic area threshold across which to find the width of the peak (1 is 100 percent)

secchi

Vector of secchi values to run model over

wtr_thresh

The temperature thresholds in degC (defaults from Lester et al 2004)

irr_thresh

The light intensity thresholds in W/m^2 (defaults from Lester et al 2004)


USGS-R/mda.lakes documentation built on Nov. 13, 2020, 8:28 p.m.