Releases
v0.3.0
New features
New functions:
ggsummarystats()
to create a GGPLOT with summary stats table under the plot ( #251 ).
clean_table_theme()
to clean the the theme of a table, such as those created by ggsummarytable()
ggbarplot()
now supports stacked barplots with error bars (#245 ).
Minor changes
New arguments:
vjsut
in stat_compare_means()
to move the text up or down relative to the bracket.
type
in geom_bracket()
to specify label type. Can be "text" or "expression" (for parsing plotmath expression); #253 .
labeller
to the function facet()
position
in get_legend()
to specify legend position
legend.grob
in ggarrange()
to specify a common legend you want to add onto the combined plot.
Maintenance adaptation to dplyr new version by removing deprecated functions, such as group_by_, select_, arrange_, etc
Bug fixes
Now, Barplots are correctly labelled when custom labels are specified by users (@sekharcu, #234 )
You can’t perform that action at this time.