plot.smooth {EcoTroph}R Documentation

Plot Smooth Function

Description

plot.smooth is used to plot a smooth function. This function enables the user to see the TL distribution around its mean trophic level.

Usage

plot.smooth(tab_smooth)

Arguments

tab_smooth is the table returned by the create.smooth function.

Value

The function returns a plot of the Smooth with the TL classes in absisse.

Author(s)

Colleter Mathieu and Guitton Jerome.

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, Transpose.R to calculate the data transposition into trophic spectra, plot.Transpose.R to plot the trophic spectra.

Examples

data(ecopath_guinee)
plot.smooth(create.smooth(ecopath_guinee))
plot.smooth(create.smooth(ecopath_guinee,sigmaLN="smooth_choice"))


[Package EcoTroph version 1.1 Index]