Skip to content

Commit 4613d8a

Browse files
authored
Mention weigh as a supported aes for gem_hex
1 parent 5971ff4 commit 4613d8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

R/geom-hex.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ GeomHex <- ggproto("GeomHex", Geom,
104104
},
105105

106106
required_aes = c("x", "y"),
107+
108+
optional_aes = c("weight"),
107109

108110
default_aes = aes(
109111
colour = NA,

0 commit comments

Comments
 (0)