changeParameter<- | R Documentation |
Change analysis parameters.
changeParameter(x, parameterName, elements = analysisElements()) <- value
## S4 replacement method for signature 'AnalysisParameters'
changeParameter(x, parameterName, elements = analysisElements()) <- value
x |
S4 object of class |
parameterName |
name of the parameter to change |
elements |
character vector of analysis elements to target parameter
change. Can be any returned by |
value |
New value of the parameter |
For the parameter name selected, all parameters with that name will be altered.
An S4 object of class AnalysisParameters
.
p <- analysisParameters('pre-treatment')
changeParameter(p,'cls') <- 'day'
print(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.