Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clauswilke/ggjoy

Deprecated. Please use ggridges.
https://github.com/clauswilke/ggjoy

Last synced: 18 days ago
JSON representation

Deprecated. Please use ggridges.

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```

# ggjoy

[![Build Status](https://travis-ci.org/clauswilke/ggjoy.svg?branch=master)](https://travis-ci.org/clauswilke/ggjoy)
[![Coverage Status](https://img.shields.io/codecov/c/github/clauswilke/ggjoy/master.svg)](https://codecov.io/github/clauswilke/ggjoy?branch=master)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/ggjoy)](https://CRAN.R-project.org/package=ggjoy)
[![CRAN_Downloads_Badge](http://cranlogs.r-pkg.org/badges//ggjoy)](http://cranlogs.r-pkg.org/downloads/total/last-month/ggjoy)

The ggjoy package has been deprecated. Please switch over to [ggridges](https://CRAN.R-project.org/package=ggridges). To port from ggjoy to ggridges, make the following substitutions in your code:

|ggjoy function | ggridges function|
|:---|:---|
|`geom_joy`|`geom_density_ridges`|
|`geom_joy2`|`geom_density_ridges2`|
|`geom_joy_gradient`|`geom_density_ridges_gradient`|
|`stat_joy`|`stat_density_ridges`|
|`theme_joy`|`theme_ridges`|

All other ggjoy functions (e.g., `geom_ridgeline`) exist under the same name in the ggridges package.