plot.lindeman INPUT = network object OUTPUT = plot of the lindeman spine
Source:R/plot.lindeman.R
plot.lindeman.Rd
Dr. Ulrike Schückel, Landesbetrieb für Küstenschutz, Nationalpark und Meeresschutz Schleswig-Holstein, Nationalparkverwaltung, Schlossgarten 1, 25832 Tönning
Usage
# S3 method for class 'lindeman'
plot(x = "model", enatroagg = "troagg", primprod, type = 1)
Examples
if (FALSE) { # \dontrun{
data(enaModels)
model <- enaModels[[8]]
plot.lindeman(model)
} # }