Skip to content

Commit fc986da

Browse files
committed
reduce examples
1 parent f2c0d9a commit fc986da

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

R/facet_matrix.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
#' geom_autodensity() +
7979
#' facet_matrix(vars(drv:fl), layer.diag = 2)
8080
#'
81+
#' \donttest{
8182
#' # Show continuous panels in upper triangle as contours and rest as binned
8283
#' ggplot(mpg) +
8384
#' geom_autopoint() +
@@ -86,6 +87,7 @@
8687
#' geom_bin2d(aes(x = .panel_x, y = .panel_y)) +
8788
#' facet_matrix(vars(drv:fl), layer.lower = 1, layer.diag = 2,
8889
#' layer.continuous = -4, layer.discrete = -3, layer.mixed = -3)
90+
#' }
8991
#'
9092
#' # Make asymmetric grid
9193
#' ggplot(mpg) +

man/facet_matrix.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)