search for: gtable_gtree

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

2012 Mar 16
1
ggmap crash
...9: recordGraphics(drawGTree(x), list(x = x), getNamespace("grid")) 10: grid.draw.gTree(x$children[[i]], recording = FALSE) 11: grid.draw(x$children[[i]], recording = FALSE) 12: drawGTree(x) 13: recordGraphics(drawGTree(x), list(x = x), getNamespace("grid")) 14: grid.draw.gTree(gtable_gTree(x), recording) 15: grid.draw(gtable_gTree(x), recording) 16: grid.draw.gtable(gtable) 17: grid.draw(gtable) 18: print.ggplot(list(data = list(siteLat = c(53.277465, 53.277482, 53.277533, 53.277608, 53.277657, 53.277673, 53.277658, 53.277643, 53.27763, 53.27763, 53.277642, 53.277645, 53.277642, 53.2...
2011 Nov 15
1
grid.arrange, grid.layout - legend, global y axis title
Hello, I created several plot with ggplot2 dev mode. Now I want to combine the plots in a grid e.g. 2x2 with a fixed size of the output. What I am doing at the moment is: grid.newpage() pushViewport(viewport(layout = grid.layout(nrow=2, ncol=2, widths = unit(c(7.5,6.5), "cm"), heights = unit(rep(5, 2), "cm")))) print(plot1, vp = viewport(layout.pos.row = 1,