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
By default, ggbetweenstats and ggwithinstats display points, boxplots, and violins. However, the output of outliers is disabled for boxplots (to exclude dubling points), since these points are visible on the point graph. It is possible to disable the display of points and violins and leave only the boxplots. However, such a boxplots does not display outliers and there is no way to enable it. Is it possible to make changes to the scripts so that when the output of points and violins is disabled, outliers are displayed on the boxplot? Or remove outlier.shape = NA from the script (exec(geom_boxplot, !!!boxplot.args, outlier.shape = NA)) and let the user choose?
The text was updated successfully, but these errors were encountered:
By default, ggbetweenstats and ggwithinstats display points, boxplots, and violins. However, the output of outliers is disabled for boxplots (to exclude dubling points), since these points are visible on the point graph. It is possible to disable the display of points and violins and leave only the boxplots. However, such a boxplots does not display outliers and there is no way to enable it. Is it possible to make changes to the scripts so that when the output of points and violins is disabled, outliers are displayed on the boxplot? Or remove
outlier.shape = NA
from the script (exec(geom_boxplot, !!!boxplot.args, outlier.shape = NA)
) and let the user choose?The text was updated successfully, but these errors were encountered: