search for: recordgraph

Displaying 7 results from an estimated 7 matches for "recordgraph".

2012 Mar 16
1
ggmap crash
...memory not mapped' Traceback: 1: grid.Call.graphics(L_raster, x$raster, x$x, x$y, x$width, x$height, resolveHJust(x$just, x$hjust), resolveVJust(x$just, x$vjust), x$interpolate) 2: drawDetails.rastergrob(x, recording = FALSE) 3: drawDetails(x, recording = FALSE) 4: drawGrob(x) 5: recordGraphics(drawGrob(x), list(x = x), getNamespace("grid")) 6: grid.draw.grob(x$children[[i]], recording = FALSE) 7: grid.draw(x$children[[i]], recording = FALSE) 8: drawGTree(x) 9: recordGraphics(drawGTree(x), list(x = x), getNamespace("grid")) 10: grid.draw.gTree(x$children[[i]], r...
2016 Sep 18
0
getGraphicsEvent() and setTimeLimit() bug and compatibility patch.
...ded, it error()s out. That in turn percolates up and through jump_to_top_ex(), as defined in main/errors.c, which eventually calls GEonExit() in main/engine.c, a function meant to reset some state on graphics devices and which from the look of it and its comments was added to fix a similar bug with recordGraphics(). I've added a single line to GEonExit(), to also reset gettingEvent back to FALSE, which seems to have no side effects, and serves to make getGraphicsEvent() timeout-friendly. It errors out as expected, and can then be reused immediately. The patch is attached to this mail. One problem w...
2012 Dec 12
1
Problems with plot maps
...0", colour = "grey60", inherit.aes = FALSE, show_guide = FALSE), scale_x_continuous("", breaks = NULL, expand = c(0.02, 0)), scale_y_continuous("", breaks = NULL, expand = c(0.02, 0))) ggplot()+map_mp but I have such error "Error in recordGraphics(drawGTree(x), list(x = x), getNamespace("grid")) : invalid graphics state" What am I doing wrong?
2010 Jan 11
3
Illustrating kernel distribution in wheat ears
Dear all R2.10 WinXP I have a dataset dealing with the way different wheat cultivars build their yield. Wheat ears are organised in spikelets where the spikelets can be numbered from the bottom, with even numbers on one side and odd on the other. I know how many kernels there were in each spikelet after some months spent counting them... Now I want to illustrate the differences between the
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
...2mfrow, nclass.Sturges, nclass.FD, nclass.scott, palette, pdf, + pdf.annot.box, pdf.text.box.info, pdf.link.on.box, pdf.text.on.box, + pdf.link.on.text, pdf.text.on.text, pdf.options, pdfFonts, pictex, postscript, postscriptFont, postscriptFonts, ps.options, rainbow, recordGraphics, recordPlot, replayPlot, rgb, rgb2hsv, savePlot, setEPS, setPS, diff -r -c R.org/src/library/grDevices/R/postscript.R R/src/library/grDevices/R/postscript.R *** R.org/src/library/grDevices/R/postscript.R 2008-03-29 23:36:12.000000000 +0900 --- R/src/library/grDevices/R/postscript.R 2008...
2005 Apr 18
1
R-2.1.0 is released
...) tries harder to produce sensible plots for non-numeric data frames with one or two columns. o The predict() methods for "prcomp" and "princomp" now match the columns of 'newdata' to the original fit using column names if these are available. o New function recordGraphics() to encapsulate calculations and graphics output together on graphics engine display list. To be used with care. o New function RSiteSearch() to query R-related resources on-line (contributed by Jonathan Baron and Andy Liaw). o scan() arranges to share storage of duplicated charact...
2005 Apr 18
1
R-2.1.0 is released
...) tries harder to produce sensible plots for non-numeric data frames with one or two columns. o The predict() methods for "prcomp" and "princomp" now match the columns of 'newdata' to the original fit using column names if these are available. o New function recordGraphics() to encapsulate calculations and graphics output together on graphics engine display list. To be used with care. o New function RSiteSearch() to query R-related resources on-line (contributed by Jonathan Baron and Andy Liaw). o scan() arranges to share storage of duplicated charact...