Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

facet_profile / facet_near / facet_cluster #83

Open
njtierney opened this issue Dec 18, 2019 · 0 comments
Open

facet_profile / facet_near / facet_cluster #83

njtierney opened this issue Dec 18, 2019 · 0 comments

Comments

@njtierney
Copy link
Owner

The idea would be that these are ggplot extensions of the statistical method of identifying interesting observations.

I'm imagining some better labelling + facets using code like this:

ggplot(wages,
       aes(x = xp,
           y = ln_wages,
           group = id)) + 
geom_line() +
facet_near(stat = feat_five_num)

to create something like this:

But facetted out.

Just an idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant