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
ggplot2::geom_violin() has a draw_quantiles = NULL argument, in which a user can specify a list of quantiles to draw, i.e. draw_quantiles = c(.025, .5, .975) for a median + 95% bands. This seems like a relatively easy one to implement (can probably just copy straight over from ggplot2) but I'm not 100% sure of that.
The text was updated successfully, but these errors were encountered:
ggplot2::geom_violin()
has adraw_quantiles = NULL
argument, in which a user can specify a list of quantiles to draw, i.e.draw_quantiles = c(.025, .5, .975)
for a median + 95% bands. This seems like a relatively easy one to implement (can probably just copy straight over fromggplot2
) but I'm not 100% sure of that.The text was updated successfully, but these errors were encountered: