Other packages > Find by keyword >

ggcorset  

The Corset Plot
View on CRAN: Click here


Download and install ggcorset package within the R console
Install from CRAN:
install.packages("ggcorset")

Install from Github:
library("remotes")
install_github("cran/ggcorset")

Install by package version:
library("remotes")
install_version("ggcorset", "0.5.0")



Attach the package and use:
library("ggcorset")
Maintained by
Kyla Belisario
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2022-04-05
Latest Update: 2022-12-11
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.
How to cite:
Kyla Belisario (2022). ggcorset: The Corset Plot. R package version 0.5.0, https://cran.r-project.org/web/packages/ggcorset. Accessed 18 Feb. 2025.
Previous versions and publish date:
0.1.0 (2022-04-05 12:12), 0.2.0 (2022-05-29 14:40), 0.3.0 (2022-06-28 04:20), 0.4.0 (2022-12-11 04:30), 0.4.5 (2022-12-11 23:20)
Other packages that cited ggcorset R package
View ggcorset citation profile
Other R packages that ggcorset depends, imports, suggests or enhances
Complete documentation for ggcorset
Functions, R codes and Examples using the ggcorset R package
Some associated functions: drinkdays . gg_corset . gg_corset_elongated . theme_ggcorset . 
Some associated R codes: drinkdays.R . gg_corset.R . gg_corset_elongated.R . utils.R .  Full ggcorset package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

RobustBayesianCopas  
Robust Bayesian Copas Selection Model
Fits the robust Bayesian Copas (RBC) selection model of Bai et al. (2020) for cor ...
Download / Learn more Package Citations See dependency  
MOSS  
Multi-Omic Integration via Sparse Singular Value Decomposition
High dimensionality, noise and heterogeneity among samples and features challenge the omic integrat ...
Download / Learn more Package Citations See dependency  
OptGS  
Near-Optimal Group-Sequential Designs for Continuous Outcomes
Optimal group-sequential designs minimise some function of the expected and maximum sample size whil ...
Download / Learn more Package Citations See dependency  
clustMixType  
k-Prototypes Clustering for Mixed Variable-Type Data
Functions to perform k-prototypes partitioning clustering for mixed variable-type data according to ...
Download / Learn more Package Citations See dependency  
readxlsb  
Read 'Excel' Binary (.xlsb) Workbooks
Import data from 'Excel' binary (.xlsb) workbooks into R. ...
Download / Learn more Package Citations See dependency  
ppmf  
Read Census Privacy Protected Microdata Files
Implements data processing described in to align modern differentially ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA