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