Skip to content
Prev 46191 / 63461 Next

Is difftime a "class"

difftime is an S3 class, not an S4 class. To convert it, include the line

setOldClass("difftime")

and the setMethod call should work.
On 7/9/2013 6:03 AM, Dan Murphy wrote: