Skip to content

v1.1.0

Latest

Choose a tag to compare

@juditkisistok juditkisistok released this 12 Jun 16:24
· 1 commit to master since this release

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.