We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f57f8 commit e381fa3Copy full SHA for e381fa3
R/guides-.R
@@ -599,8 +599,9 @@ Guides <- ggproto(
599
grobs
600
},
601
602
- # here, we put `inside_position` in the last, so that it won't break current
603
- # implement of patchwork
+ # here, we put `inside_position` and `inside_just` in the last, so that it
+ # won't break current implement of patchwork, which depends on the top three
604
+ # arguments to collect guides
605
package_box = function(grobs, position, theme,
606
inside_position = NULL, inside_just = NULL) {
607
if (is.zero(grobs) || length(grobs) == 0) {
0 commit comments