estimate.outline.reconstruction {shapeR} | R 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 |
|
... |
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)
[Package shapeR version 1.0-1 Index]