get_model | R Documentation |
Extract the result_model
object from the
musica
or result_collection
object
that contains the model.
get_model(x, ...)
## S4 method for signature 'musica'
get_model(x, result, modality, model)
## S4 method for signature 'result_collection'
get_model(x, modality, model)
x |
A |
... |
Other inputs |
result |
The name of the result_list entry. |
modality |
The modality. |
model |
The name of the model. |
A result_model
object
data(res)
get_model(res, "result", "SBS96", "res")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.