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