-
Notifications
You must be signed in to change notification settings - Fork 31
Description
I love the visualizations in this package, unfortunately I struggled to find documentation (In the readme, cheatsheets, and function documentation) that explains what values are used by default for the point intervals in plots like half-eye.
See attached image for the specific values I'm referring to, labelled as A, B_Low, B_High, C_Low, C_High.
While I had a hunch the others correspond to a boxplot's quantiles, I couldn't tell for sure.
I dug into the function documentation for median_qi() which I realized was the default for stat_halfeye(point_interval), but even then after a few minutes of reading, I couldn't quite figure out the exact values were for the "Low" and "High" points in my attached image.
As I imagine most users will use the default values, it might be helpful to clarify this in the main README and in vignettes with a diagram explaining what these values are by default.
I'd also like to get confirmation on what these are before I use in a publication :)
