View source: R/plot.lakemorpho.R
plot.lakeMorpho | R Documentation |
Plots the lakeMorpho class object showing the lake, surrounding topography, and in-lake distance
## S3 method for class 'lakeMorpho'
plot(x, dist = FALSE, length = TRUE, width = TRUE, fetch = FALSE, ...)
x |
input lakeMorpho class to plot |
dist |
Boolean to control plotting of in lake distance |
length |
Boolean to control plotting of max lake length line |
width |
Boolean to control plotting of max lake width line |
fetch |
Boolean to control plotting of fetch lines |
... |
allows for passing of other plot parameters |
data(lakes)
plot(inputLM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.