From 8e52c4d0b3a583b0223222d5bc63c13498287b1b Mon Sep 17 00:00:00 2001 From: Teun van den Brand Date: Fri, 8 Dec 2023 11:10:17 +0100 Subject: [PATCH] incorporate guide_custom --- R/guide-custom.R | 2 +- man/guide_custom.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/guide-custom.R b/R/guide-custom.R index 3ea4fc3ffe..bca9e0214d 100644 --- a/R/guide-custom.R +++ b/R/guide-custom.R @@ -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") diff --git a/man/guide_custom.Rd b/man/guide_custom.Rd index 3893dbc2c9..ad8a77b80b 100644 --- a/man/guide_custom.Rd +++ b/man/guide_custom.Rd @@ -11,7 +11,7 @@ guide_custom( title = NULL, title.position = "top", margin = NULL, - position = waiver(), + position = NULL, order = 0 ) }