plot.Transpose {EcoTroph} | R Documentation |
plot.Transpose returns the principal graphics of the Transpose function : the different Trophic Spectra (CTS, BTS...) and other graphic representations.
plot.Transpose(tab_Trans, scale = NULL, title = NULL)
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. |
The function returns the principal graphics of the Transpose function : the different Trophic Spectra (CTS, BTS...) and other graphic representations.
Colleter Mathieu and Guitton Jerome.
Gascuel et al. (2009) EcoTroph (ET): a trophic level based software for assessing the impacts of fishing on aquatic ecosystems.
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.
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")