Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/clauswilke/ggjoy
- Owner: clauswilke
- License: gpl-2.0
- Created: 2017-07-10T20:11:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T03:29:18.000Z (over 6 years ago)
- Last Synced: 2024-10-13T23:00:12.563Z (about 1 month ago)
- Language: R
- Homepage:
- Size: 3.16 MB
- Stars: 293
- Watchers: 14
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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.