search for: namedargs

Displaying 2 results from an estimated 2 matches for "namedargs".

1999 Jan 12
0
A patch for boxplot.R
...* >*** 1,6 **** > boxplot <- function(x, ..., range=1.5, width=NULL, varwidth=FALSE, > notch=FALSE, names.x, data=sys.frame(sys.parent()), >! plot=TRUE, border=par("fg"), col=NULL, log="", pars=NULL) > { > args <- list(x,...) > namedargs <- >--- 1,6 ---- > boxplot <- function(x, ..., range=1.5, width=NULL, varwidth=FALSE, > notch=FALSE, names.x, data=sys.frame(sys.parent()), >! plot=TRUE, border=par("fg"), center=par("fg"), >topcol=NULL,bottomcol=NULL, log="", pars=N...
2007 Jun 26
4
boxplot and bxp do not respect xlim by default (PR#9754)
...h is the grouping level axis whether horizontal or vertical). I've tested the above as far as producing a modified bxp and plotting a boxplot object, but have not tried calling direct from boxplot. boxplot() should, however, not need modification as xlim and ylim are, I believe, passed via the namedargs list in the bxp call.