Learn R Programming

ddgraph (version 1.16.0)

initialize,DDDataSet-method: Construct new DDDataSet object...

Description

Construct new DDDataSet object

Usage

"initialize"(.Object, ..., data=data.frame(), name=paste("Empty name created at", date()))

Arguments

.Object
the DDDataSet object
data
the data slot
name
the name slot
...
unused

Details

Try to initialise with anything that can be converted to matrix and vectors.