DataSet
s can be extended with R--objects (e.g. vectors,
matrices, arrays) if the following conditions are met:
extendDataSet(.Object, dims)# S4 method for DataSet,numeric
extendDataSet(.Object, dims)
# S4 method for DataSet
c(x, ..., recursive = FALSE)
DataSet; S4 object of class DataSet
;
numeric; Dimensions of DataSet.
additional arguments passed to c
.
logical; Argument passed to c
.
Known base functions have been overloaded to extend vectors (c
) and
matrices (rbind
, cbind
). Also the lower--level S4--method
extendDataSet
can be used to extend existing DataSet
objects.