as.models | R Documentation |
Extract the models from a reconstructed object.
as.models(x, models = names(x$model))
x |
A TRONCO model. |
models |
The name of the models to extract, e.g. 'bic', 'aic', 'caprese', all by default. |
The models in a reconstructed object.
data(test_model)
as.models(test_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.