Skip to content

Commit

Permalink
incorporate guide_custom
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Dec 8, 2023
1 parent dda55ee commit 8e52c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/guide-custom.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
guide_custom <- function(
grob, width = grobWidth(grob), height = grobHeight(grob),
title = NULL, title.position = "top", margin = NULL,
position = waiver(), order = 0
position = NULL, order = 0
) {
check_object(grob, is.grob, "a {.cls grob} object")
check_object(width, is.unit, "a {.cls unit} object")
Expand Down
2 changes: 1 addition & 1 deletion man/guide_custom.Rd

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

0 comments on commit 8e52c4d

Please sign in to comment.