combineData,CNAclinicData,CNAclinicData-method | R Documentation |
This method uses cbind to create a new CNAcliniData object that contains the sample data of both arguments x and y. Both CNAcliniData objects to be combined (x, y) must have the same collection of slots filled and have identical bin annotations.
## S4 method for signature 'CNAclinicData,CNAclinicData'
combineData(x, y)
x |
a |
y |
a |
Returns an object of class CNAclinicData
with
sample data of both x
and y
.
## Not run:
vignette("CNAclinic")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.