Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/plot_layout.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#' p4 <- ggplot(mtcars) + geom_bar(aes(carb))
#' p5 <- ggplot(mtcars) + geom_violin(aes(cyl, mpg, group = cyl))
#'
#' # The plots are layed out automatically by default
#' # The plots are laid out automatically by default
#' p1 + p2 + p3 + p4 + p5
#'
#' # Use byrow to change how the grid is filled out
Expand Down
6 changes: 3 additions & 3 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ reference:
- title: Plot Composition
desc: >
At the heart of patchwork lies a range of powerful functions for combining
plots into an assembly of plots that can be layed out in a grid. Patchwork
plots into an assembly of plots that can be laid out in a grid. Patchwork
provides both an extension of ggplot2's `+` based API, along with a
functinal interface.
functional interface.
contents:
- /.ggplot
- wrap_plots
Expand All @@ -53,7 +53,7 @@ reference:
- area
- title: Alternative plot objects
desc: >
patchwork is build to work with ggplot2 but standard grobs can also be
patchwork is built to work with ggplot2 but standard grobs can also be
included. Further, it is possible to define empty areas if needed.
contents:
- wrap_elements
Expand Down
2 changes: 1 addition & 1 deletion man/plot_layout.Rd

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