plot_ascii_data | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.