Displaying 2 results from an estimated 2 matches for "x11env".
Did you mean:
x11drv
2009 Mar 24
1
segfault when running heatmap()
...ias <-
pmatch(antialias, c("default", "none", "gray", "subpixel"))
if (is.na(new$antialias)) stop("invalid value for
'antialias'") } d <- check.options(new, name.opt = ".X11.Options",
envir = .X11env) type <- if (capabilities("cairo"))
switch(d$type, cairo = 1, nbcairo = 2, 0) else 0 if (display ==
"XImage") type <- 0 .Internal(X11(d$display, d$width, d$height,
d$pointsize, d$gamma, d$colortype, d$maxcubesize, d$bg, d$canvas,
d$fonts,...
2004 Dec 16
1
Problem with postscript graphics device driver
I recently installed R version 2.01 for OS X (version 10.3.6). I now
get the following error message when I try to use the postscript
function:
Error in get(name.opt, envir = envir) : Object ".PSenv" not found
This did not happen in previous versions of R (i.e. 1.9). I do not get
this error message when using the pdf graphics device driver.
Thanks,
Jeff Freedman