search for: bc417e9d

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

Did you mean: 6c427e9d
2011 Jan 23
2
feature request: additional hook in plot.new()
Request: An additional hook in plot.new() that is called prior to the call to .Internal(plot.new()). Reason: To allow the hook to set up or modify a graphics device that the new plot will appear in. The code change needed for this is simple - just 4 new lines of R code in src/library/graphics/R/plot.R:plot.new() Current definition of plot.new() in src/library/graphics/R/plot.R: plot.new <-