Learn R Programming

rLakeAnalyzer (version 1.11.4.1)

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

See load.ts and wtr.heat.map

Examples

Run this code
# NOT RUN {
exampleFilePath <- system.file('extdata', 'Sparkling.wtr', package="rLakeAnalyzer")
wtr= load.ts(exampleFilePath)
# }
# NOT RUN {
wtr.lineseries(wtr, ylab = "Temperature C")
# }

Run the code above in your browser using DataLab