plot.lindeman: plot.lindeman INPUT = network object OUTPUT = plot of the...

View source: R/plot.lindeman.R

plot.lindemanR Documentation

plot.lindeman INPUT = network object OUTPUT = plot of the lindeman spine

Description

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)

Arguments

x

an ENA network object.

enatroagg

the resutls of the enaTroAgg function applied to the model

primprod

a vector of the nodes that are primary producers

type

switches beteween two types of plots: 1 = I and D are separate, 2 = I and D are combined

Details

Applies the enaTroAgg function and creates a plot of the Lindeman Spine

Author(s)

Ulrike Schuckel, Stuart R. Borrett

References

Style of the plot according to Baird et al., 2004, 2007

See Also

enaTroAgg

Examples


data(enaModels)
model <- enaModels[[8]]
plot.lindeman(model)


SEELab/enaR documentation built on April 29, 2023, 8:40 a.m.