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 702b43f commit 5cd78fdCopy full SHA for 5cd78fd
R/guide-colorbar.r
@@ -127,7 +127,7 @@ guide_colourbar <- function(
127
if (!is.null(barheight) && !is.unit(barheight)) barheight <- unit(barheight, default.unit)
128
129
structure(list(
130
- # title
+ # title
131
title = title,
132
title.position = title.position,
133
title.theme = title.theme,
R/guide-legend.r
@@ -154,7 +154,7 @@ guide_legend <- function(
154
if (!is.null(keyheight) && !is.unit(keyheight)) keyheight <- unit(keyheight, default.unit)
155
156
157
158
159
160
0 commit comments