wtr.lineseries: Creates a line based plot of temperature profile time series

Description Usage Arguments Author(s) See Also Examples

Description

A non-heat map approach to visualizing a water temperature profile useful for identify temperature trends over time at discrete depths and diagnosing issues with data.

Usage

1
wtr.lineseries(wtr, ylab = "Temperature C", ...)

Arguments

wtr

Data frame of water temperature loaded with load.ts.

ylab

y axis title

...

Additional parameters supplied to the plot function

Author(s)

Taylor Leach, Luke Winslow

See Also

See load.ts and wtr.heat.map

Examples

1
2
3
4
5
6
exampleFilePath <- system.file('extdata', 'Sparkling.wtr', package="rLakeAnalyzer")
wtr= load.ts(exampleFilePath)
## Not run: 
wtr.lineseries(wtr, ylab = "Temperature C")

## End(Not run)

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