Description Usage Arguments Value Examples
views_names: set and retrieve view names
| 1 2 3 4 5 6 7 8 9 | 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
| 1 2 3 4 5 | # 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.