mqcs.add {qcr} | R Documentation |
mqcs.add Add a matrix, data.frame or array object with a mqcs object
Description
This function is used to join two objects of type matrix, data.frame or array and mqcs.
Usage
mqcs.add(x, ...)
## Default S3 method:
mqcs.add(x, value, ...)
Arguments
x |
Object type mqcs |
... |
arguments to be passed to or from methods. |
value |
Object type data.frame, matrix or array |
[Package qcr version 1.4 Index]