Corset plots are a visualization technique used strictly to visualize repeat measures at 2 time points (such as pre- and post- data). The distribution of measurements are visualized at each time point, whilst the trajectories of individual change are visualized by connecting the pre- and post- values linearly. These lines can be coloured to represent the magnitude of change, or other user-defined value. This method of visualization is ideal for showing the heterogeneity of data, including differences by sub-groups. The package relies on 'ggplot2' allowing for easy integration so that users can customize their visualizations as required. Users can create corset plots using data in either wide or long format using the functions gg_corset() or gg_corset_elongated(), respectively.
Version: | 0.5.0 |
Depends: | R (≥ 3.5.0) |
Imports: | ggplot2, gghalves |
Suggests: | rmarkdown, knitr, viridis, MetBrewer |
Published: | 2024-04-07 |
DOI: | 10.32614/CRAN.package.ggcorset |
Author: | Kyla Belisario |
Maintainer: | Kyla Belisario <kyla_belisario at protonmail.com> |
BugReports: | https://github.com/kbelisar/ggcorset/issues |
License: | MIT + file LICENSE |
URL: | https://cran.r-project.org/package=ggcorset, https://github.com/kbelisar/ggcorset |
NeedsCompilation: | no |
Citation: | ggcorset citation info |
CRAN checks: | ggcorset results |
Reference manual: | ggcorset.pdf |
Vignettes: |
Introduction to Corset Plots |
Package source: | ggcorset_0.5.0.tar.gz |
Windows binaries: | r-devel: ggcorset_0.5.0.zip, r-release: ggcorset_0.5.0.zip, r-oldrel: ggcorset_0.5.0.zip |
macOS binaries: | r-devel (arm64): ggcorset_0.5.0.tgz, r-release (arm64): ggcorset_0.5.0.tgz, r-oldrel (arm64): ggcorset_0.5.0.tgz, r-devel (x86_64): ggcorset_0.5.0.tgz, r-release (x86_64): ggcorset_0.5.0.tgz, r-oldrel (x86_64): ggcorset_0.5.0.tgz |
Old sources: | ggcorset archive |
Please use the canonical form https://CRAN.R-project.org/package=ggcorset to link to this page.