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

Description Usage Arguments See Also Examples

View source: R/wtr.plot.temp.R

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

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)

GLEON/rLakeAnalyzer documentation built on May 3, 2021, 1:32 p.m.