Analyz.runAnalysis-methods: Method Analyz.runAnalysis

Description Usage Arguments Value Examples

Description

Method for step execution.

Usage

1
2
3
4
Analyz.runAnalysis(object, command, parameters)

## S4 method for signature 'Analyz'
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

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

analyz documentation built on May 2, 2019, 11:02 a.m.