Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

wtr.plot.temp

Creates a time series plot of the thermocline and top and bottom of the metalimnion


Description

A line based plot of calculated depths of the thermocline, and top and bottom of the metalimnion from a temperature profile time series.

Usage

wtr.plot.temp(wtr, ...)

Arguments

wtr

Data frame of water temperature loaded with load.ts.

...

Additional paramters supplied to ts.meta.depths and ts.thermo.depth

See Also

Examples

wtr.path <- system.file('extdata', 'Sparkling.wtr', package="rLakeAnalyzer")

#Load data for example lake, Sparkilng Lake, Wisconsin.
wtr = load.ts(wtr.path)

## Not run: 
wtr.plot.temp(wtr)

## End(Not run)

rLakeAnalyzer

Lake Physics Tools

v1.11.4.1
GPL (>= 2)
Authors
Luke Winslow, Jordan Read, Richard Woolway, Jennifer Brentrup, Taylor Leach, Jake Zwart, Sam Albers, Doug Collinge
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.