-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Thanks for the package, it made my analyses much more enjoyable!
I'm wondering if there's an easy way to highlight just one cluster with plot_hexbin_feature_plus
. I guess there's no support for this in the package yet? If so, would you accept this change into the library? I guess I could implement it here:
schex/R/plot_hexbin_feature_plus.R
Line 145 in 4b7d72d
geom_mark_hull(aes_string(label = colour_by, col = colour_by), |
and I'd have to filter like so
ggplot(iris, aes(Petal.Length, Petal.Width)) +
geom_mark_hull(aes(fill = Species, label = Species, description = desc,
filter = Species == 'setosa')) +
Metadata
Metadata
Assignees
Labels
No labels