ggplot2渲染gWidgets的问题

时间:2012-06-11 14:11:24

标签: r ggplot2 gwidgets

ggplot2& amp;似乎有些奇怪的事情发生了。 gWidgets。请参阅下面的示例和结果图。

有没有办法在gWidgets中正确渲染构面标签?

library(gWidgets)
library(ggplot2)

win <- gwindow("Graphics example")
ggraphics(cont = win)

p <- ggplot(mtcars, aes(mpg, wt)) + 
    geom_point() +
    facet_grid(. ~ cyl)
p

enter image description here

0 个答案:

没有答案