How to set plot page size in R?
The page size can be set by using the following line: pdf(“plot.pdf”, width=8,height=11) The code above set the page size to 8 multiply 11, which is the letter size. The following is a complete example. # create a simple data frame a