Skip to content

Commit

Permalink
reduce examples
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Aug 9, 2019
1 parent f2c0d9a commit fc986da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/facet_matrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
#' geom_autodensity() +
#' facet_matrix(vars(drv:fl), layer.diag = 2)
#'
#' \donttest{
#' # Show continuous panels in upper triangle as contours and rest as binned
#' ggplot(mpg) +
#' geom_autopoint() +
Expand All @@ -86,6 +87,7 @@
#' geom_bin2d(aes(x = .panel_x, y = .panel_y)) +
#' facet_matrix(vars(drv:fl), layer.lower = 1, layer.diag = 2,
#' layer.continuous = -4, layer.discrete = -3, layer.mixed = -3)
#' }
#'
#' # Make asymmetric grid
#' ggplot(mpg) +
Expand Down
2 changes: 2 additions & 0 deletions man/facet_matrix.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc986da

Please sign in to comment.