factors_names | R Documentation |
factors_names: set and retrieve factor names
factors_names(object)
factors_names(object) <- value
## S4 method for signature 'MOFA'
factors_names(object)
## S4 replacement method for signature 'MOFA,vector'
factors_names(object) <- value
object |
a |
value |
a character vector of factor names |
character vector with the factor names
# Using an existing trained model on simulated data
file <- system.file("extdata", "model.hdf5", package = "MOFA2")
model <- load_model(file)
factors_names(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.