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...).

Description

This function returns the two principal plots of the Transpose function : a plot by group and the associated Trophic Spectra (CTS, BTS...).

Usage

## S3 method for class 'Transpose'
plot(x, title = NULL, scale = NULL, legend.cex = NULL, ...)

Arguments

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

See Also

create.smooth function to create the Smooth, plot.smooth to plot the smooth function, Transpose to calculate the data transposition into trophic spectra.

Examples

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")

[Package EcoTroph version 1.6.1 Index]