Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Highlight single cluster #21

@f6v

Description

@f6v

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:

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions