plot.Transpose {EcoTroph}R Documentation

Plot Transpose Function

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

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

Value

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.

Author(s)

Colleter Mathieu and Guitton Jerome.

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 Index]