knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-"
)

ggjoy

Build Status Coverage Status CRAN_Status_Badge CRAN_Downloads_Badge

The ggjoy package has been deprecated. Please switch over to 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.



clauswilke/ggjoy documentation built on May 12, 2019, 2:05 p.m.