We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
to create something like this:
But facetted out.
Just an idea.
The text was updated successfully, but these errors were encountered: