| qcs.add | R Documentation | 
This function is used to join two objects of type data.frame and qcs.
qcs.add(x, ...)
## Default S3 method:
qcs.add(
  x,
  value,
  var.index = NULL,
  sample.index = NULL,
  covar.index = NULL,
  ...
)
x | 
 Object type qcs  | 
... | 
 Arguments to be passed to or from methods.  | 
value | 
 Object type data.frame  | 
var.index | 
 A scalar with the column number corresponding to the observed data for the variable (the variable quality). Alternatively it can be a string with the name of the quality variable.  | 
sample.index | 
 A scalar with the column number corresponding the index each group (sample).  | 
covar.index | 
 Optional. A scalar or numeric vector with the column number(s) corresponding to the covariate(s). Alternatively can be a character vector with the names of the covariates.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.