Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
clauswilke committed Sep 7, 2020
1 parent 3b0c365 commit 292371b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -14,5 +14,6 @@
^vignettes/aligning_plots.Rmd$
^vignettes/shared_legends.Rmd$
^revdep$
^pkgdown$
^Meta$
^CRAN-RELEASE$
2 changes: 1 addition & 1 deletion R/get_panel.R
@@ -1,7 +1,7 @@
#' Retrieve the panel or part of a panel of a plot
#'
#' `get_panel()` extracts just the main panel from a ggplot or a specified panel
#' in a facetted plot. `get_panel_component()` extracts components from the
#' in a faceted plot. `get_panel_component()` extracts components from the
#' panel, such as geoms.
#'
#' @param plot A ggplot or gtable from which to retrieve the panel
Expand Down
2 changes: 1 addition & 1 deletion R/gtable.R
Expand Up @@ -22,7 +22,7 @@ gtable_squash_rows <- function(table, rows)
table
}

#' Set the width of given colums to 0.
#' Set the width of given columns to 0.
#'
#' @param table The gtable on which to operate
#' @param cols Numerical vector indicating the columns whose width should be set to zero.
Expand Down
2 changes: 1 addition & 1 deletion man/get_panel.Rd

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

4 changes: 2 additions & 2 deletions man/gtable_squash_cols.Rd

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

0 comments on commit 292371b

Please sign in to comment.