Learn R Programming

shapeR (version 1.0-2)

generateShapeCoefficients: Get wavelet/Fourier coefficients and basic shape variables

Description

Generates shape variables based on Fourier/wavelet reconstruction. Wavelet coefficients for wavelet. Basic shape parameters are also collected (area, length, width, perimeter).

Usage

generateShapeCoefficients(object,...)

Value

A shapeR object with values in slots:

  • wavelet.coef.raw

  • fourier.coef.raw

  • shape.coef.raw

Arguments

object

shapeR

...

Additional parameters to be passed to the [wavethresh::wd()] function package for the wavelet decomposition of the otolith outlines

Author

Lisa Anne Libungan & Snaebjorn Palsson

References

Nason, G. (2012). [wavethresh::wd()]: Wavelets statistics and transforms. R package, version 4.5.

Claude, J. (2008). Morphometrics with R. Springer. 316 p.

See Also

[wavethresh::wd()]

Examples

Run this code
# \donttest{
data(shape)
shape = generateShapeCoefficients(shape)# }

Run the code above in your browser using DataLab