interplot icon indicating copy to clipboard operation
interplot copied to clipboard

The S3 methods defined are unclear

Open xinyigua opened this issue 2 years ago • 0 comments

The methods defined are unclear given the code and its comments which has:

method for class 'data.frame' : 
interplot.plot <- function(...)

method for class 'lm' and 'glm' : 
interplot.default <- function(...)

The generic function method is also confusing and seems error prone / not compatible with the different classes and methods systems in R as well as class inheritance.

xinyigua avatar Aug 18 '23 09:08 xinyigua