Resdata: class of objects 'Resdata'

Description Usage Arguments Value Author(s) Examples

View source: R/Resdata.R

Description

This class return two list of data frames (list of minimum data and list of maximum

Usage

1
Resdata(enter = list)

Arguments

enter

list of data input

Value

tablemin

List of all arrays containing all minimum of initial data

tablemax

List of all arrays containing all maximum of initial data

Author(s)

Brahim Brahim and Sun Makosso-Kallyth

Examples

1
2
3
4
5
6
data(video1)
data(video2)
data(video3)
preparation2<-Resdata(list(video1,video2,video3))
List2min<-preparation2$tablemin
List2max<-preparation2$tablemax

GPCSIV documentation built on May 1, 2019, 9:04 p.m.

Related to Resdata in GPCSIV...