rbsb2.daf-class: Class "daf" to define a data frame

Description Objects from the Class Slots Methods Note Author(s) Examples

Description

/daf/ objects define data frame given as an object (d), or through a function (f) or a text file (t) according to the slot what.

Objects from the Class

Objects can be created by calls of the form new("daf",des=rbsb3k("nde"),what="d",valu="rbsb.df1").

Slots

des:

Object of class "des": description of the data.frame

what:

Object of class "character": the way the data frame will be provided (*d*ata.frame, *f*unction, *t*ext file, *c*vs file or *c*vs*2* file).

valu:

Object of class "character": name of an existing object: *d*ata.frame, *t*ext file, *c*vs type text file, *c2* (cvs2) type text file or *f*unction to be called without any argument. Notice that for the two 'cvs' format, the hash ('#') is introduced as comment character.

Methods

print

see print8daf for the details

Note

~~further notes~~

Author(s)

J.-B. Denis

Examples

1
showClass("daf")

rbsb documentation built on May 2, 2019, 4:41 p.m.

Related to rbsb2.daf-class in rbsb...