Guest User

Untitled

a guest
May 16th, 2012
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. issues when using ggsave to save the generated file into PDF
  2. figure1<-last_plot()
  3. ggsave(figure1,file="/home/user1/figure1.png",width=15,height=3)
  4.  
  5. ggsave(figure1,file="/home/user1/figure1.pdf",width=15,height=36)
Advertisement
Add Comment
Please, Sign In to add comment