wtr.plot.temp: Creates a time series plot of the thermocline and top and...

Description Usage Arguments Author(s) See Also Examples

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

1

Arguments

wtr

Data frame of water temperature loaded with load.ts.

...

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

Author(s)

Jennifer Brentrup, Taylor Leach, Luke Winslow

See Also

load.ts and wtr.lineseries

Examples

1
2
3
4
5
6
7
8
9
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)

clairervh/GLEON documentation built on May 12, 2019, 2:04 p.m.