powered by
addStat.cf takes the raw data of two cf objects and combines them into one
addStat.cf
cf
addStat.cf(cf1, cf2)
the first of the two cf objects to be combined
the second of the two cf objects to be combined
an object of class cf with the statistics of the two input cf objects combined
Note that the two cf objects to be combined need to be compatible. Otherwise, addStat.cf will abort with an error.
# NOT RUN { data(samplecf) ## the following is not useful, but ## explains the usage cfnew <- addStat.cf(cf1=samplecf, cf2=samplecf) # }
Run the code above in your browser using DataLab