Answers for "save grid draw r"

0

save grid draw r

## Initiate writing to PDF file
pdf("path/to/file/PDFofG.pdf", height = 11, width = 8.5, paper = "letter")

## Create a graphical object g here
g # print it

## Stop writing to the PDF file
dev.off()
Posted by: Guest on July-27-2021

Browse Popular Code Answers by Language