We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020fc1a commit 4bb6aa3Copy full SHA for 4bb6aa3
R/save.r
@@ -46,6 +46,8 @@ ggsave <- function(filename=default_name(plot), plot = last_plot(), device=defau
46
grDevices::svg(...)
47
wmf <- function(..., width, height)
48
grDevices::win.metafile(..., width=width, height=height)
49
+ emf <- function(..., width, height)
50
+ grDevices::win.metafile(..., width=width, height=height)
51
52
png <- function(..., width, height)
53
grDevices::png(..., width=width, height=height, res = dpi, units = "in")
0 commit comments