plot.smooth {EcoTroph} | R Documentation |
plot.smooth is used to plot the Smooth function. This function enables the user to see the TL distributions around their mean trophic levels.
## S3 method for class 'smooth' plot(x,...)
x |
is the table returned by the create.smooth function. |
... |
plot other arguments |
The function returns a plot of the Smooth with the TL classes in abscissa.
Colleter Mathieu and Guitton Jerome.
create.smooth function to create the Smooth, Transpose to calculate the data transposition into trophic spectra.
data(ecopath_guinee) plot(create.smooth(ecopath_guinee)) plot(create.smooth(ecopath_guinee,smooth_type=2))