model_id | R Documentation |
Model identifier
model_id(x, ...)
## S4 method for signature 'musica'
model_id(x, result, modality, model_id)
## S4 method for signature 'result_collection'
model_id(x, modality, model_id)
## S4 method for signature 'result_model'
model_id(x)
model_id(x, ...) <- value
## S4 replacement method for signature 'musica,matrix'
model_id(x, result, modality, model_id) <- value
## S4 replacement method for signature 'result_collection,matrix'
model_id(x, modality, model_id) <- value
## S4 replacement method for signature 'result_model,matrix'
model_id(x) <- value
x |
A |
... |
Other inputs |
result |
Name of result from result_list to assign the
model_id. Used when |
modality |
Modality to assign the model_id. Used when
|
model_id |
Model identifier to assign the model_id. Used when
|
value |
Model identifier |
The model_id for the model
data(res)
model_id(res, "result", "SBS96", "res")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.