wtr.plot.temp {rLakeAnalyzer}R Documentation

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

load.ts and wtr.lineseries

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)


[Package rLakeAnalyzer version 1.11.4.1 Index]