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