lakemorpho (version 1.1.1)

plot.lakeMorpho: Default plotting of a lakeMorpho object

Description

Plots the lakeMorpho class by showing lake, surround topography and in lake distance

Usage

# S3 method for lakeMorpho
plot(x, dist = FALSE, length = TRUE, width = TRUE,
  fetch = FALSE, ...)

Arguments

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

Examples

Run this code
# NOT RUN {
data(lakes)
plot(inputLM)

# }

Run the code above in your browser using DataLab