plot.smooth {EcoTroph} | R Documentation |
plot.smooth is used to plot a smooth function. This function enables the user to see the TL distribution around its mean trophic level.
plot.smooth(tab_smooth)
tab_smooth |
is the table returned by the create.smooth function. |
The function returns a plot of the Smooth with the TL classes in absisse.
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, Transpose.R to calculate the data transposition into trophic spectra, plot.Transpose.R to plot the trophic spectra.
plot.smooth(create.smooth()) cf. help create.smooth for more examples