Skip to content

Commit bf8786d

Browse files
Show a function name instead of function call on ggsave's doc (#4371)
1 parent 80fef9c commit bf8786d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/save.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#' @param filename File name to create on disk.
2626
#' @param plot Plot to save, defaults to last plot displayed.
2727
#' @param device Device to use. Can either be a device function
28-
#' (e.g. [png()]), or one of "eps", "ps", "tex" (pictex),
28+
#' (e.g. [png]), or one of "eps", "ps", "tex" (pictex),
2929
#' "pdf", "jpeg", "tiff", "png", "bmp", "svg" or "wmf" (windows only).
3030
#' @param path Path of the directory to save plot to: `path` and `filename`
3131
#' are combined to create the fully qualified file name. Defaults to the

man/ggsave.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)