search for: test_160409xyz

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

2016 Apr 10
0
How to print the graphs in landscape/portrait orientation (revised)
...t;-100 p2<-array(list(NA),dim=n) # pdf(paper = "Usr") # pdf(paper = "letter") for(i in 1:n) { p2[i][[1]]<-ggplot(data.frame(x=1:(i+1), y=seq(2,2*(i+1),2)), aes(x=x, y=y))+ geom_line(color="blue") } m2 <- marrangeGrob(p2, nrow=3, ncol=2) ggsave("test_160409xyz.pdf", m2) ################## [[alternative HTML version deleted]]