Learn R Programming

EcoTroph (version 1.4)

plot_ETmain: Plot ET Main

Description

This function enables the creation of the principle graphics resulting from the create.ETmain function.

Usage

plot_ETmain(m)

Arguments

m
is the list of tables returned by the create_ET_Main function.

Value

  • The function returns the principal graphics of the global ET-Transpose routine: the Biomass Trophic Spectra, the Accessible Biomass Trophic Spectra and other graphics notably the Catch Trophic Spectra for the fisheries in input.

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, create.ETmain to create a list of table including the ET_Main table.

Examples

Run this code
data(ecopath_guinee)
plot_ETmain(create.ETmain(ecopath_guinee))

Run the code above in your browser using DataLab