outline.reconstruction.plot | R Documentation |
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
outline.reconstruction.plot(outline.rec.list,ref.w.level=5, ref.f.harmonics=12,max.num.harmonics=32,...)
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' |
None
Lisa Anne Libungan
## Not run: data(shape) est.list = estimate.outline.reconstruction(shape) outline.reconstruction.plot(est.list,panel.first = grid()) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.