https://github.com/clauswilke/ggridges
Raw File
Tip revision: 0920ccb694eff080d8fcbbe79098f75a3697c9db authored by Claus Wilke on 31 May 2018, 23:02:23 UTC
Add scaled density to stat_density_ridges output. Closes #24.
Tip revision: 0920ccb
DESCRIPTION
Package: ggridges
Type: Package
Title: Ridgeline Plots in 'ggplot2'
Version: 0.5.0.9000
Authors@R: c( 
    person("Claus O.", "Wilke", , "wilke@austin.utexas.edu", c("cre", "aut")),
    person("RStudio", role = c("cph"), comment = "Copyright for ggplot2 code copied to ggridges"))
Description: Ridgeline plots provide a convenient way of visualizing changes in distributions over time or space. This package enables the creation of such plots in 'ggplot2'.
URL: https://github.com/clauswilke/ggridges
Depends:
    R (>= 3.2)
Imports:
    ggplot2 (>= 2.2.0),
    grid (>= 3.0.0),
    plyr (>= 1.8.0),
    scales (>= 0.4.1),
    withr (>= 2.1.1)
License: GPL-2 | file LICENSE
LazyData: true
Suggests:
    covr,
    dplyr,
    gridExtra,
    ggplot2movies,
    DAAG,
    forcats,
    knitr,
    rmarkdown,
    testthat,
    vdiffr,
    viridis
Remotes:
    lionel-/vdiffr
VignetteBuilder: knitr
Collate:
    'data.R'
    'ggridges.R'
    'geoms.R'
    'geomsv.R'
    'geoms-gradient.R'
    'geom-density-line.R'
    'position.R'
    'scale-.R'
    'scale-cyclical.R'
    'scale-point.R'
    'scale-vline.R'
    'stats.R'
    'theme.R'
    'utils_ggplot2.R'
    'utils.R'
RoxygenNote: 6.0.1.9000
Roxygen: list(markdown = TRUE)
back to top