parameter | R Documentation |
The parameter
contains input parameters used in the
model
parameter(x, ...)
## S4 method for signature 'musica'
parameter(x, result)
## S4 method for signature 'result_collection'
parameter(x)
parameter(x, ...) <- value
## S4 replacement method for signature 'result_collection,list'
parameter(x) <- value
## S4 replacement method for signature 'musica,list'
parameter(x, result) <- value
x |
A |
... |
Other inputs |
result |
The name of the result_list entry. |
value |
a list of input parameters |
a list of parameters
data(res)
parameter(res, "result")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.