View source: R/gr-domesticplotters.R
coo_oscillo | R Documentation |
Shape analysis deals with curve fitting, whether x(t)
and y(t)
positions along the curvilinear abscissa and/or radius/tangent angle variation.
These functions are mainly intended for (self-)teaching of Fourier-based methods.
coo_oscillo(
coo,
method = c("efourier", "rfourier", "tfourier", "all")[4],
shape = TRUE,
nb.pts = 12
)
coo |
A list or a matrix of coordinates. |
method |
character among |
shape |
|
nb.pts |
|
the plotted values
exemplifying functions
coo_oscillo(shapes[4])
coo_oscillo(shapes[4], 'efourier')
coo_oscillo(shapes[4], 'rfourier')
coo_oscillo(shapes[4], 'tfourier')
#tfourier is prone to high-frequency noise but smoothing can help
coo_oscillo(coo_smooth(shapes[4], 10), 'tfourier')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.