Hi, I was wondering how you can create a pdf where the output is vertically
justified with for example a one inch margin on top using pdf().

For example in

pdf(file='test.pdf', paper='letter', pagecentre=F)
### code for plot ###
dev.off()

is there an option where it generate output that starts from the top of the
page rather than printing from the bottom of the page.  Or will this require
some adjustment of settings in par()?

Thanks,
Andrew

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to