Description Usage Arguments Value
View source: R/calculate_ice_thickness.R
Calculates the thickness of ice on a lake. Assumes a linear increase from a static ice-on date to a static ice-off date with a static date of max thickness and a static max thickness.
1 2 3 4 5 6 7 | calculate_ice_thickness(
date,
ice_on = 320,
ice_off = 105,
ice_max = 60,
ice_max_depth = NISTunits::NISTinchTOmeter(24) * 1000
)
|
date |
date to calculate ice thickness (POSIX) |
ice_on |
day of year when ice starts forming. Defaults to day 320 (Nov 16). |
ice_off |
day of year when ice is all gone. Defaults to day 105 (Apr 15) |
ice_max |
day of year when ice thickness is at a maxiumum. Defaults to day 60 (Mar 1). |
ice_max_depth |
max thickness of ice (m). Defaults to 24 inches. |
ice_depth, a numeric value of ice thickness (m).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.