Skip to content

Commit 4c1e6ad

Browse files
committed
Make qplot vignette a little smaller
1 parent e2f10b4 commit 4c1e6ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vignettes/qplot.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
knitr::opts_chunk$set(
88
comment = "#>",
99
error = FALSE,
10-
tidy = FALSE
10+
tidy = FALSE,
11+
fig.width = 4,
12+
fig.height = 4
1113
)
1214
library(ggplot2)
1315
```

0 commit comments

Comments
 (0)