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