Skip to content
Snippets Groups Projects
Commit 5dd3d3db authored by stepan's avatar stepan
Browse files

FastR Grid: do not override 'plot', but 'plot.default'

parent bbf028f4
Branches
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ eval(expression({
NULL
}
plot <- function (x, y = NULL, type = "p", xlim = NULL, ylim = NULL,
plot.default <- function (x, y = NULL, type = "p", xlim = NULL, ylim = NULL,
log = "", main = NULL, sub = NULL, xlab = NULL, ylab = NULL,
ann = par("ann"), axes = TRUE, frame.plot = axes, panel.first = NULL,
panel.last = NULL, asp = NA, ...)
......@@ -87,10 +87,8 @@ eval(expression({
axis.Date <- graphicsWarning;
axis.POSIXct <- graphicsWarning;
axTicks <- graphicsWarning;
barplot <- graphicsWarning;
barplot.default <- graphicsWarning;
box <- graphicsWarning;
boxplot <- graphicsWarning;
boxplot.default <- graphicsWarning;
boxplot.matrix <- graphicsWarning;
bxp <- graphicsWarning;
......@@ -132,7 +130,6 @@ eval(expression({
panel.smooth <- graphicsWarning;
persp <- graphicsWarning;
pie <- graphicsWarning;
plot.default <- graphicsWarning;
plot.design <- graphicsWarning;
plot.function <- graphicsWarning;
plot.new <- graphicsWarning;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment