plot.ETmain {EcoTroph} | R Documentation |
This function enables the creation of the principle graphics resulting from the create.ETmain function.
plot.ETmain(m)
m |
is the list of tables returned by the create_ET_Main function. |
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.
Colleter Mathieu and Guitton Jerome.
Gascuel et al. (2009) EcoTroph (ET): a trophic level based software for assessing the impacts of fishing on aquatic ecosystems.
create.smooth function to create the Smooth, plot.smooth.R to plot the smooth function, Transpose.R to calculate the data transposition into trophic spectra, create.ETmain to create a list of table including the ET_Main table.
data(ecopath_guinee) plot.ETmain(create.ETmain(ecopath_guinee))