Analyz.loadSteps-methods: Method Analyz.loadSteps

Description Usage Arguments Value Examples

Description

Method for reading the analysis file and fill the "steps" class spot.

Usage

1
2
3
4
Analyz.loadSteps(object, path)

## S4 method for signature 'Analyz'
Analyz.loadSteps(object, path)

Arguments

object

Object instance.

path

Path and analysis file name.

Value

object Object instance.

Examples

1
2
3
obj <- new("Analyz")
v_path <- vector()
Analyz.loadSteps(obj, v_path)

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