plot.Transpose {EcoTroph}R Documentation

Plot Transpose Function Results

Description

plot.Transpose returns the principal graphics of the Transpose function : the different Trophic Spectra (CTS, BTS...) and other graphic representations.

Usage

plot.Transpose(tab_Trans, scale = NULL, title = NULL)

Arguments

tab_Trans is the table returned by the Transpose function.
scale defines the scale of the graphic y axis : can be log or not.
title defines the title of the graph.

Value

The function returns the principal graphics of the Transpose function : the different Trophic Spectra (CTS, BTS...) and other graphic representations.

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.

Examples

data(ecopath_guinee)
plot.Transpose(Transpose(create.smooth(),ecopath_guinee,"biomass"),log)
plot.Transpose(Transpose(create.smooth(),ecopath_guinee,"catch.1"),title="Small Scale Fishery Catch")

[Package EcoTroph version 1.0 Index]