Q. If I want to save a plot to a PDF file, which of the following is a correct way of doing that?
β
Correct Answer: (A)
Construct the plot on the screen device and then copy it to a PDF file with dev.copy2pdf()
You must be Logged in to update hint/solution