ts_whole_laketemp: Calculate total lake temperature timeseries

View source: R/ts_whole_laketemp.R

ts_whole_laketempR Documentation

Calculate total lake temperature timeseries

Description

Calculate a time series of total lake temperature for long form data with varying lake level.

Usage

ts_whole_laketemp(wtr, bathy, fixed.level = T, tz = "UTC")

Arguments

wtr

dataframe; loaded in using load_obs

bathy

datframe; bathymetry loaded in using load.bathy from rLakeAnalyzer

fixed.level

logical; Temperature measurements are at fixed points throughout the timeseries. Defaults to TRUE

tz

Timezone string to be supplied to as.POSIXct. Defaults to 'UTC'. This often can be left to the default unless timezone support is specifically required.

Value

dataframe with time series of whole lake temperature


aemon-j/gotmtools documentation built on April 12, 2024, 4:35 p.m.