plot.ETmain {EcoTroph}R Documentation

Plot ET Main

Description

This function enables the creation of the principle graphics resulting from the create.ETmain function.

Usage

plot.ETmain(m)

Arguments

m is the list of tables returned by the create_ET_Main function.

Value

The function returns the principal graphics of the global ET-Transpose routine: the Biomass Trophic Spectra, the Accessible Biomass Trophic Spectra and other graphics notably the Catch Trophic Spectra for the fisheries in input.

Author(s)

Colleter Mathieu and Guitton Jerome.

References

Gascuel et al. (2009) EcoTroph (ET): a trophic level based software for assessing the impacts of fishing on aquatic ecosystems.

See Also

create.smooth function to create the Smooth, plot.smooth.R to plot the smooth function, Transpose.R to calculate the data transposition into trophic spectra, create.ETmain to create a list of table including the ET_Main table.

Examples

data(ecopath_guinee)
plot.ETmain(create.ETmain(ecopath_guinee))

[Package EcoTroph version 1.0 Index]