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 21 Nov. 2024.
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

RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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