R/lowdim_embeddings.R
estimate_fpca.Rd
This function estimates the functional principal components of the complete dataset using the fdapace package
estimate_fpca(object, data = "od_data", ...) # S4 method for class 'DGrowthR' estimate_fpca(object, data = "od_data", ...)
DGrowthR object.
A string indicating the source data to embed. At the moment only embeds "od_data"
Additional arguments to pass to the optns argument of FPCA
The result from FPCA function from fdapace package
fdapace::FPCA()