Learn R Programming

shapeR (version 1.0-1)

estimate.outline.reconstruction: 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, ...)

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

Arguments

object

shapeR object

...

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

Author

Lisa Anne Libungan

References

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

Examples

Run this code
if (FALSE) {
data(shape)
estimate.outline.reconstruction(shape)}

Run the code above in your browser using DataLab