We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12f8f6 commit e5cb8e5Copy full SHA for e5cb8e5
r_project_sprint/report/R/review.R
@@ -77,9 +77,7 @@ review |>
77
panel.grid.minor = element_blank(),
78
panel.grid.major.y = element_blank())
79
80
-ggsave("bug_review.png", path = here(dir, "figures"),
81
- device = "png", dpi = 320, width = 8, height = 4)
82
ggsave("bug_review.pdf", path = here(dir, "figures"),
83
- device = cairo_pdf, width = 8, height = 4)
+ device = cairo_pdf, width = 8, height = 3)
84
ggsave("bug_review.svg", path = here(dir, "figures"),
85
- device = svg, width = 8, height = 4)
+ device = svg, width = 8, height = 3)
0 commit comments