plot.smooth: plot.smooth is used to plot the Smooth function. This...

View source: R/plot.smooth.R

plot.smoothR 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.

Description

plot.smooth is used to plot the Smooth function. This function enables the user to see the TL distributions around their mean trophic levels.

Usage

## S3 method for class 'smooth'
plot(x, ...)

Arguments

x

is the table returned by the create.smooth function.

...

plot other arguments

See Also

create.smooth function to create the Smooth, Transpose to calculate the data transposition into trophic spectra.

Examples

data(ecopath_guinee)
plot(create.smooth(ecopath_guinee))
plot(create.smooth(ecopath_guinee,smooth_type=2))

EcoTroph documentation built on April 13, 2022, 5:27 p.m.