wtr.heatmap.layers: Plots water temperature heatmap with major limnetic layers...

Description Usage Arguments Note Author(s) See Also Examples

Description

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.

Usage

1

Arguments

wtr

Data frame of water temperature loaded with load.ts.

...

Additional parameters supplied to filled.contour to modify defaults. Common examples include zlim and plot.title.

Note

This plot cannot be used in customized multi-panel figures usinglayout as layout is already used in the filled.contour plotting function.

Author(s)

Jennifer Brentrup, Luke Winslow and Taylor Leach

See Also

wtr.heat.map load.ts ts.meta.depths ts.thermo.depth

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
  #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)

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