Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rdpeng committed Sep 14, 2016
1 parent 5404a82 commit 3dfbd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grdevices.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ for a different device. Of course, it is always good to save the code that creat
The `dev.copy()` can be used to copy a plot from one device to another. For example you might copy a plot from the screen device to a file device. The `dev.copy2pdf()` function is used specifically to copy a plot from the current device (usually the screen device) to a PDF file.

Note that copying a plot is not an exact operation, so the result may not
be identical to the original. In particulary, when copying from the screen device to a file, depending on the size of the file device, many annotations such as axis labels may not look right.
be identical to the original. In particular, when copying from the screen device to a file, depending on the size of the file device, many annotations such as axis labels may not look right.


```{r,eval=FALSE}
Expand Down

0 comments on commit 3dfbd11

Please sign in to comment.