Analyz.setStepItems-methods: Method Analyz.setStepItems

Description Usage Arguments Value Examples

Description

Method for interpret an analysis line and fill a class spot.

Usage

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

## S4 method for signature 'Analyz'
Analyz.setStepItems(object, index)

Arguments

object

Object instance.

index

Index number of the step line to be read.

Value

object Object instance.

Examples

1
2
3
obj <- new("Analyz")
v_index <- numeric()
Analyz.setStepItems(obj, v_index)

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