print.combi | R Documentation |
Print an overview of a fitted combi x
## S3 method for class 'combi'
print(x, ...)
x |
a fitted combi x |
... |
Further arguments, currently ignored |
An overview of the number of dimensions, views and parameters, type of ordination and importance parameters
data(Zhang)
## Not run:
#Unconstrained
microMetaboInt = combi(
list("microbiome" = zhangMicrobio, "metabolomics" = zhangMetabo),
distributions = c("quasi", "gaussian"), compositional = c(TRUE, FALSE),
logTransformGaussian = FALSE, verbose = TRUE)
#Constrained
microMetaboIntConstr = combi(
list("microbiome" = zhangMicrobio, "metabolomics" = zhangMetabo),
distributions = c("quasi", "gaussian"), compositional = c(TRUE, FALSE),
logTransformGaussian = FALSE, covariates = zhangMetavars, verbose = TRUE)
## End(Not run)
#Load the fits
load(system.file("extdata", "zhangFits.RData", package = "combi"))
print(microMetaboInt)
print(microMetaboIntConstr)
#Or simply
microMetaboInt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.