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: 2024-04-07
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 05 Mar. 2026.
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), 0.5.0 (2024-04-07 15:33)
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

Today's Hot Picks in Authors and Packages

pinp  
'pinp' is not 'PNAS'
A 'PNAS'-alike style for 'rmarkdown', derived from the 'Proceedings of the National Academy of Scie ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
neat  
Efficient Network Enrichment Analysis Test
Includes functions and examples to compute NEAT, the Network Enrichment Analysis Test described in ...
Download / Learn more Package Citations See dependency  
roccv  
ROC for Cross Validation Results
Cross validate large genetic data while specifying clinical variables that should always be in the m ...
Download / Learn more Package Citations See dependency  
imagefx  
Extract Features from Images
Synthesize images into characteristic features for time-series analysis or machine learning applicat ...
Download / Learn more Package Citations See dependency  
ClimClass  
Climate Classification According to Several Indices
Classification of climate according to Koeppen - Geiger, of aridity indices, of continentality indi ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

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