plot_ascii_data {MOFA2} | R Documentation |
A Fancy printing method
plot_ascii_data(object, nonzero = FALSE)
object |
a |
nonzero |
a logical value specifying whether to calculate the fraction of non-zero values (non-NA values by default) |
This function is helpful to get an overview of the structure of the data as a text output
None
# Using an existing trained model file <- system.file("extdata", "model.hdf5", package = "MOFA2") model <- load_model(file) plot_ascii_data(model)