plot.Transpose {EcoTroph} | R Documentation |
This function returns the two principal plots of the Transpose function : a plot by group and the associated Trophic Spectra (CTS, BTS...).
## S3 method for class 'Transpose' plot(x,title = NULL,scale = NULL,legend.cex,...)
x |
is the table returned by the Transpose function. |
title |
defines the title of the graph. |
scale |
defines the scale of the y-axis: can be log or not. |
legend.cex |
defines the value of the cex for the legend. |
... |
plot other arguments |
The function returns the principal plots of the Transpose function : the different Trophic Spectra (CTS, BTS...) depending on the transposed column, and a plot by group.
Colleter Mathieu and Guitton Jerome.
create.smooth function to create the Smooth, plot.smooth to plot the smooth function, Transpose to calculate the data transposition into trophic spectra.
data(ecopath_guinee) smoothed<-create.smooth(ecopath_guinee) plot(Transpose(smoothed,ecopath_guinee,"biomass"),scale=log) plot(Transpose(smoothed,ecopath_guinee,"catch.1"), title="Small Scale Fishery Catch")