plot.ETdiagnosis {EcoTroph} | R Documentation |
This function enables the creation of the principle graphics resulting from the create.ETdiagnosis function.
plot.ETdiagnosis(m,scale1,scale2,maxrange)
m |
is the list of tables returned by the create.ETdiagnosis function. |
scale1 |
is the scale parameter of the Biomass Trophic Spectra, can be log or by default the standart scale of the results. |
scale2 |
is the scale parameter of the Flow Trophic Spectra, can be log or by default the standart scale of the results. |
maxrange |
is the max Trophic Level for the x-axis of the plots. |
The scale1 parameter controls the scale of the Yaxis for the BTS, it's by default the scale of the result but it's normally more practical to use a log scale. It's the same thing for the scale2 parameter controlling the Yaxis of the FTS.
The function returns the principal graphics of the global ET-Diagnosis routine: the graphics of the biomass, accessible biomass...rates for the different effort multipliers, the Biomass Trophic Spectra (BTS)for the different effort multipliers, the B/Bref(mE=1) graph for the main TL classes, the CTS and FTS.
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.
data(ecopath_guinee) plot.ETdiagnosis(create.ETdiagnosis(create.ETmain(ecopath_guinee)$ET_Main))