-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.3 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: ggcorset
Type: Package
Title: The Corset Plot
Version: 0.5.0
Author: Kyla Belisario
Maintainer: Kyla Belisario <kyla_belisario@protonmail.com>
Description: 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.
License: MIT + file LICENSE
URL: https://cran.r-project.org/package=ggcorset, https://github.com/kbelisar/ggcorset
BugReports: https://github.com/kbelisar/ggcorset/issues
Depends: R (>= 3.5.0)
Imports: ggplot2, gghalves
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
rmarkdown,
knitr,
viridis,
MetBrewer
VignetteBuilder: knitr