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