addStat.cf: Combine statistics of two cf objects

View source: R/cf.R

addStat.cfR Documentation

Combine statistics of two cf objects

Description

addStat.cf takes the raw data of two cf objects and combines them into one

Usage

addStat.cf(cf1, cf2)

Arguments

cf1

the first of the two cf objects to be combined

cf2

the second of the two cf objects to be combined

Details

Note that the two cf objects to be combined need to be compatible. Otherwise, addStat.cf will abort with an error.

Value

an object of class cf with the statistics of the two input cf objects combined

Author(s)

Carsten Urbach, curbach@gmx.de

See Also

cf

Examples


data(samplecf)
## the following is not useful, but
## explains the usage
cfnew <- addStat.cf(cf1=samplecf, cf2=samplecf)


hadron documentation built on Sept. 9, 2022, 5:06 p.m.