outline.reconstruction.plot: Plot outline reconstruction

View source: R/shapeR.R

outline.reconstruction.plotR Documentation

Plot outline reconstruction

Description

Show graphs of the reconstruction using different number of levels of wavelet reconstruction and Fourier power using different number of Fourier harmonics. Uses the output from estimate.outline.reconstruction

Usage

outline.reconstruction.plot(outline.rec.list,ref.w.level=5,
                            ref.f.harmonics=12,max.num.harmonics=32,...)

Arguments

outline.rec.list

The output from estimate.outline.reconstruction

ref.w.level

Reference level for graphical purposes. The default is 5 as is the default of shapeR.

ref.f.harmonics

Reference Fourier harmonize. The default is 12 as is the default in shapeR.

max.num.harmonics

Maxinum number of Fourier harmonics to be shown

...

Additional parameters to be passed to 'plot'

Value

None

Author(s)

Lisa Anne Libungan

Examples

## Not run: data(shape)
est.list = estimate.outline.reconstruction(shape)
outline.reconstruction.plot(est.list,panel.first = grid())
## End(Not run)

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