R/str.FPCA.R

Defines functions str.FPCA

Documented in str.FPCA

#' Compactly display the structure of an FPCA object
#'
#' @param object An FPCA object
#' @param ... Not used
#'
#' @export
str.FPCA <- function(object, ...) {
  fpcaObj <- object
  NextMethod(max.level=1)
}

Try the fdapace package in your browser

Any scripts or data that you put into this service are public.

fdapace documentation built on Aug. 16, 2022, 5:10 p.m.