Chapter 1 About

ggcirclize is inspired by some circular plot R packages and is designed to create circular graph with the grammar of ggplot2.


1.1 Citation

Jun Zhang (2023). Creating Circular Graph with the Grammar of GGplot2. https://github.com/junjunlab/ggcirclize


1.2 Installation

You can install the development version of ggcirclize:

# install.packages("devtools")
devtools::install_github("junjunlab/ggcirclize")

# or
remotes::install_github("junjunlab/ggcirclize")

library(ggcirclize)