Skip to contents

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

References

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

See also

Author

Ulrike Schuckel, Stuart R. Borrett

Examples

if (FALSE) { # \dontrun{
data(enaModels)
model <- enaModels[[8]]
plot.lindeman(model)
} # }