fix_ice_on_off: Fix ice on/off for no-ice

Description Usage Arguments

View source: R/fix_ice_on_off.R

Description

Calculating metrics on lakes that sometimes, but do not consistently freeze is a bear, especially with future projections which forecast more frequent no-freeze years. This function fills in missing ice on/off dates with the date of minimum average lake temp. Seems to be a reasonable enough choice. There is no great one.

Usage

1
fix_ice_on_off(on_off, wtr, hypso)

Arguments

on_off

data.frame of ice on-off dates from get_ice_onoff.

wtr

Water temperature data.frame from get_temp

hypso

Hypsography data.frame in rLakeAnalyzer format load.bathy


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