Analyz.getResult-methods: Method Analyz.getResult

Description Usage Arguments Value Examples

Description

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

Usage

1
2
3
4
Analyz.getResult(object, index)

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

1
2
3
obj <- new("Analyz")
vIdx <- numeric()
v_result <- Analyz.getResult(obj, vIdx)

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