Skip to content

catplot/catplot

Repository files navigation

catplot: Capable And Tidy Plot

Lifecycle: experimental R-CMD-check Codecov test coverage

🤪 Overview

catplot is a capable and tidy data visualization tool and maintained by Songqi Duan.

📦 Installation

You can install the development version of catplot like so:

install.packages("pak")
pak::pak("catplot/catplot")

🕹️ Usage

This is a basic usage of catplot:

library(ggplot2)
library(catplot)

data("iris")

p <- iris |>
  ggplot(aes(x = Sepal.Length, y = Sepal.Width)) +
  geom_point(aes(color = Species)) +
  theme_cat(aspect_ratio = 1)
p

🧩 Code of Conduct

Please note that the catplot project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

Capable And Tity Plot Tools

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages