Learn R Programming

analyz (version 1.4)

Analyz.runAnalysis: Method Analyz.runAnalysis

Description

Method for step execution.

Usage

Analyz.runAnalysis(object, command, parameters)
"Analyz.runAnalysis"(object, command, parameters)

Arguments

object
Object instance.
command
Description of the step command to be executed.
parameters
Paramater(s) for the informed step command.

Value

result Result of the step execution.

Examples

Run this code
obj <- new("Analyz")
Analyz.runAnalysis(obj, 'mean', list(c(1,2,3)))

Run the code above in your browser using DataLab