Description Usage Arguments Value Examples
Method for step execution.
| 1 2 3 4 | Analyz.runAnalysis(object, command, parameters)
## S4 method for signature 'Analyz'
Analyz.runAnalysis(object, command, parameters)
 | 
| object | Object instance. | 
| command | Description of the step command to be executed. | 
| parameters | Paramater(s) for the informed step command. | 
result Result of the step execution.
| 1 2 | obj <- new("Analyz")
Analyz.runAnalysis(obj, 'mean', list(c(1,2,3)))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.