Learn R Programming

analyz (version 1.4)

Analyz.getResult: Method Analyz.getResult

Description

Method for getting the informed result from "results" class spot.

Usage

Analyz.getResult(object, index)
"Analyz.getResult"(object, index)

Arguments

object
Object instance.
index
Index number of the results to be read.

Value

result Result value of the informed index.

Examples

Run this code
obj <- new("Analyz")
vIdx <- numeric()
v_result <- Analyz.getResult(obj, vIdx)

Run the code above in your browser using DataLab