Package: ggdensity
Title: Interpretable Bivariate Density Visualization with ggplot2
Version: 0.0.1
Authors@R: 
    c(person(given = "James",
           family = "Otto",
           role = c("aut", "cre"),
           email = "jamesotto852@gmail.com",
           comment = c(ORCID = "0000-0002-0665-2515")),
      person(given = "David",
           family = "Kahle",
           role = c("aut"),
           email = "david@kahle.io",
           comment = c(ORCID = "0000-0002-9999-1558")))
Description: The 'ggplot2' package provides simple functions for visualizing contours
  of 2-d kernel density estimates. 'ggdensity' implements several additional density estimators 
  as well as more interpretable visualizations based on highest density regions instead of
  the traditional height of the estimated density surface. 
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.2
Depends: ggplot2
Imports: isoband, MASS, stats, scales
URL: https://jamesotto852.github.io/ggdensity/
NeedsCompilation: no
Packaged: 2022-02-14 22:01:54 UTC; ubuntu
Author: James Otto [aut, cre] (<https://orcid.org/0000-0002-0665-2515>),
  David Kahle [aut] (<https://orcid.org/0000-0002-9999-1558>)
Maintainer: James Otto <jamesotto852@gmail.com>
Repository: CRAN
Date/Publication: 2022-02-15 19:30:02 UTC
Built: R 4.0.5; ; 2022-02-16 11:44:24 UTC; unix
