From 23a3b4365fa384263c45c40cbdbe7c4b99f9d832 Mon Sep 17 00:00:00 2001 From: Yunuuuu Date: Thu, 7 Nov 2024 22:50:21 +0800 Subject: [PATCH] fix Docs --- vignettes/heatmap-layout.Rmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vignettes/heatmap-layout.Rmd b/vignettes/heatmap-layout.Rmd index 6e994f3..2fd0562 100644 --- a/vignettes/heatmap-layout.Rmd +++ b/vignettes/heatmap-layout.Rmd @@ -367,9 +367,9 @@ my_plot + with_quad(theme(plot.background = element_rect(fill = "red"))) ``` -The `position` argument can be a string containing one or more of `r -ggalign:::oxford_and(ggalign:::.tlbr)`, indicating which annotation stack should -be used as the context. When the `position` argument is manually set, the +The `position` argument can be a string containing one or more of +`r ggalign:::oxford_and(ggalign:::.tlbr)`, indicating which annotation stack +should be used as the context. When the `position` argument is manually set, the default value of the main argument will be `FALSE`. The example above is equivalent to: ```{r}