Learn R Programming

EcoTroph (version 1.3)

plot_Transpose: Plot Transpose Function Results

Description

plot_Transpose returns the principal graphics of the Transpose function : the different Trophic Spectra (CTS, BTS...) and other graphic representations.

Usage

plot_Transpose(tab_Trans, scale = NULL, title = NULL)

Arguments

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.

Value

  • The function returns the principal graphics of the Transpose function : the different Trophic Spectra (CTS, BTS...) and other graphic representations.

References

Gascuel et al. (2009) EcoTroph (ET): a trophic level based software for assessing the impacts of fishing on aquatic ecosystems.

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
data(ecopath_guinee)
plot_Transpose(Transpose(create.smooth(ecopath_guinee),ecopath_guinee,"biomass"),log)
plot_Transpose(Transpose(create.smooth(ecopath_guinee),ecopath_guinee,"catch.1")
,title="Small Scale Fishery Catch")

Run the code above in your browser using DataLab