Displaying 1 result from an estimated 1 matches for "tp4607889p4633053".
2012 May 03
1
* operator overloading & setOldClass
Dear R gurus,
I am trying to overload some operators in order to let these work with the
ff package by registering the S3 objects from the ff package and
overloading the operators as shown below in a reproducible example where
the "*" operator is overloaded.
require(ff)
setOldClass(Classes=c("ff_vector"))
setMethod(
f="*",
signature = signature(e1 =