Skip to content
Prev 3946 / 12125 Next

[R-pkg-devel] Registered S3 methods from standard package

Hi All,

Just to close the thread for future readers.

CRAN forbid both plot.numeric() and plot.default(). Instead, I should
go down the route of pretty_plot and plot.prettyB

This means that plot(lm(1:10 ~ rnorm(10)) doesn't work and the plot()
function doesn't magically become nicer.

__But__ I do appreciate that overwriting plot.default() may cause
chaos for other package authors, so overall it's probably the correct
choice.

Thanks


colin
On Mon, 13 May 2019 at 12:26, Colin Gillespie <csgillespie at gmail.com> wrote: