Learn R Programming

EcoTroph (version 1.6.1)

plot.Transpose: 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 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

Run this code
# NOT RUN {
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")
# }

Run the code above in your browser using DataLab