Learn R Programming

Momocs (version 0.2-6)

smooth.qual: Displays effect of smoothing on shape reconstruction.

Description

Helps to visually estimate the number of smoothing iterations required by drawing original shape and smoothed outlines.

Usage

smooth.qual(Coo, id=1,
           smooth.range = c(10, 50, 200, 500, 1000),
           palette = col.summer)

Arguments

Coo
The Coo-object
id
integer. The id of the shape to display.
smooth.range
A vector of integer theat specify the number of smoothing iteration to perform and display.
palette
A color palette.

References

See Claude and Crampton & Crampton works below for details on smoothing outlines before an outline analysis: Haines AJ, Crampton JS. 2000. Improvements To The Method Of Fourier Shape Analysis As Applied In Morphometric Studies. Palaeontology 43: 765-783. Crampton JS. 1995. Elliptical Fourier shape analysis of fossil bivalves: some practical considerations. Lethaia 28: 179-186.

Examples

Run this code
data(bot)
smooth.qual(bot, 15)

Run the code above in your browser using DataLab