plot.lakeMorpho: Default plotting of a lakeMorpho object

View source: R/plot.lakemorpho.R

plot.lakeMorphoR Documentation

Default plotting of a lakeMorpho object

Description

Plots the lakeMorpho class object showing the lake, surrounding topography, and in-lake distance

Usage

## S3 method for class '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

data(lakes)
plot(inputLM)


jhollist/lakemorpho documentation built on Jan. 12, 2024, 11:49 p.m.