search for: intervals_full

Displaying 1 result from an estimated 1 matches for "intervals_full".

2013 Mar 13
1
S4 generic not exported correctly / incorrect dispatch?
...for currently available ones. The 'intervals' package Depends: on methods but nothing else. It defines S3 and S4 methods on plot, creating an implicit S4 generic in the process. It's NAMESPACE has S3method( "plot", "Intervals" ) S3method( "plot", "Intervals_full" ) exportMethods("plot") and we have > library(intervals) > plot standardGeneric for "plot" defined from package "graphics" function (x, y, ...) standardGeneric("plot") <environment: 0x68cdc78> Methods may be defined for arguments: x, y...