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

How to show continuous distributions (e.g., histogram, density plot)? #29

Open
bruceyyu opened this issue Sep 9, 2024 · 0 comments
Open

Comments

@bruceyyu
Copy link
Collaborator

bruceyyu commented Sep 9, 2024

This is a common issue for GWalkR.
In ggplot, users will often create a histogram to show the distribution of a continuous variable with geom_histogram in one step.

However, GWalkR takes a slightly different approach that requires more manual interaction, specifically with binning.
It requires users to first create bins manually before dragging the newly binned variable, along with its row count, into the appropriate fields, so users are more in control and aware of the decisions behind the visualization.

For a practical guide on how to achieve this in GWalkR, check out this issue
#22 (comment)

@bruceyyu bruceyyu pinned this issue Sep 9, 2024
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