Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ggpubr 0.3.0 source code.tar.gz | 2020-05-04 | 19.5 MB | |
ggpubr 0.3.0 source code.zip | 2020-05-04 | 19.7 MB | |
README.md | 2020-05-04 | 1.3 kB | |
Totals: 3 Items | 39.2 MB | 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 byggsummarytable()
ggbarplot()
now supports stacked barplots with error bars (#245).
Minor changes
- New arguments:
vjsut
instat_compare_means()
to move the text up or down relative to the bracket.type
ingeom_bracket()
to specify label type. Can be "text" or "expression" (for parsing plotmath expression); #253.labeller
to the functionfacet()
position
inget_legend()
to specify legend positionlegend.grob
inggarrange()
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])