estimate.outline.reconstruction: Estimate the outline reconstruction based on Fourier/wavelet...

View source: R/shapeR.R

estimate.outline.reconstructionR Documentation

Estimate the outline reconstruction based on Fourier/wavelet compared to the outlines that have not been transformed

Description

Estimate outline reconstruction using a different number of coefficients of wavelet and Fourier compared to the original otolith

Usage

estimate.outline.reconstruction(object, ...)

Arguments

object

shapeR object

...

Additional parameters to be passed to 'plot' and 'points'

Value

A list containing values

  • w.dev.m a list for number of coefficients for mean error of wavelet reconstruction

  • w.dev.sd a list for number of coefficients for standard deviation of wavelet reconstruction

  • f.power.total Fourier power for number of Fourier harmonics

Author(s)

Lisa Anne Libungan

References

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

Examples

## Not run: 
data(shape)
estimate.outline.reconstruction(shape)
## End(Not run)


shapeR documentation built on Nov. 22, 2022, 1:07 a.m.