You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: