#' @describeIn ExposomePCA Number of principal components in an ExposomePCA.
setMethod(
f = "ndim",
signature="ExposomePCA",
definition = function(object) {
ncol(data.frame(object@pca$var$coord))
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.