print {NBSplice} | R Documentation |
Generic print
method for IsoDataSet class and descendants.
## S4 method for signature 'IsoDataSet' print(x, ...)
x |
IsoDataSet class object. |
... |
Included for generic print compatibility. |
Console output of the object.
see full example in IsoDataSet-class
Gabriela A. Merino merino.gabriela33@gmail.com, and Elmer A. Fernandez efernandez@bdmg.com.ar
## Data loading data(myIsoDataSet, package="NBSplice") print(myIsoDataSet)