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

wtr.lineseries

Creates a line based plot of temperature profile time series


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

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

See Also

Examples

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

## 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.