Description Usage Arguments References See Also Examples
Generates a time series of Schmidt's stability where each value represents
water column stability for each time step of data. See
schmidt.stability
for more details and reference.
1 | schmidt.plot(wtr, bth)
|
wtr |
Data frame of water temperature loaded with |
bth |
A data frame containing hypsometric data. Loaded using
|
See schmidt.stability
1 2 3 4 5 6 7 8 9 10 11 12 13 | # Get system data file paths
wtr.path <- system.file('extdata', 'Sparkling.wtr', package="rLakeAnalyzer")
bth.path <- system.file('extdata', 'Sparkling.bth', package="rLakeAnalyzer")
# Load data for example lake, Sparkilng Lake, Wisconsin.
wtr = load.ts(wtr.path)
bth = load.bathy(bth.path)
## Not run:
# Generate default plot
schmidt.plot(wtr,bth)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.