50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


shapeR (version 1.0-1)

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

Value

None

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'

Author

Lisa Anne Libungan

Examples

Run this code
if (FALSE) data(shape)
est.list = estimate.outline.reconstruction(shape)
outline.reconstruction.plot(est.list,panel.first = grid())

Run the code above in your browser using DataLab