| addStat.cf | R Documentation |
addStat.cf takes the raw data of two cf objects and combines
them into one
addStat.cf(cf1, cf2)
cf1 |
the first of the two |
cf2 |
the second of the two |
Note that the two cf objects to be combined need to be compatible.
Otherwise, addStat.cf will abort with an error.
an object of class cf with the statistics of the two input
cf objects combined
Carsten Urbach, curbach@gmx.de
cf
data(samplecf) ## the following is not useful, but ## explains the usage cfnew <- addStat.cf(cf1=samplecf, cf2=samplecf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.