Sample size display
By default, the sample sizes are now displayed on the barplotter, violinplotter, and scatterplotter visualizations.
Faceting
Violinplotter and scatterplotter support faceting via the facet_val argument, passed into the ggplot2::facet_wrap function.
Barplotter filtering
Barplotter supports filtering via the filter_col and filter_val arguments. This makes it simpler to carry out stratified analyses if needed.