View source: R/utils_efourier.R
efourier_coefs | R Documentation |
Extracts the Fourier coefficients from objects computed with efourier()
and
efourier_norm()
returning a 'ready-to-analyze' data frame.
efourier_coefs(x)
x |
An object computed with |
A data.frame
object
library(pliman)
# a list of objects
efourier(contours) |> efourier_coefs()
# one object, normalized coefficients
efourier(contours[[4]]) |>
efourier_norm() |>
efourier_coefs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.