# NOT RUN {
# 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)
# }
Run the code above in your browser using DataLab