*.raw_cf: multiply two raw_cf
objects
Description
multiply two raw_cf
objects
Usage
# S3 method for raw_cf
*(cf1, cf2)
Arguments
cf1
first 'raw_cf' container with data and meta-data to be multiplied
cf2
second 'raw_cf' container with data and meta-data to be multiplied
Value
raw_cf
object with cf$data == cf1$data * cf2$data