Plots water temperature heatmap with major limnetic layers indicated
This creates a heat map of water temperature similar to
wtr.heat.map with additional lines drawn to denote the
thermocline, and the top and bottom of the metalimnion as calculated using
ts.meta.depths and thermo.depth.
wtr.heatmap.layers(wtr, ...)
wtr |
Data frame of water temperature loaded with
|
... |
Additional parameters supplied to |
This plot cannot be used in customized multi-panel figures
usinglayout as layout is already used in the filled.contour
plotting function.
#Get the path for the package example file included
wtr.path <- system.file('extdata', 'Sparkling.wtr', package="rLakeAnalyzer")
#Load data for example lake, Sparkilng Lake, Wisconsin.
wtr = load.ts(wtr.path)
# generate default plot
## Not run:
wtr.heatmap.layers(wtr)
## End(Not run)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.