Package: ggdensity Title: Interpretable Bivariate Density Visualization with 'ggplot2' Version: 1.0.1 Authors@R: c(person(given = "James", family = "Otto", role = c("aut", "cre", "cph"), 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: ggplot2 Imports: isoband, vctrs, tibble, MASS, stats, scales URL: https://jamesotto852.github.io/ggdensity/, https://github.com/jamesotto852/ggdensity/ BugReports: https://github.com/jamesotto852/ggdensity/issues/ Suggests: vdiffr, testthat (>= 3.0.0), knitr, rmarkdown Config/testthat/edition: 3 VignetteBuilder: knitr Repository: https://jamesotto852.r-universe.dev Date/Publication: 2026-02-25 04:03:45 UTC RemoteUrl: https://github.com/jamesotto852/ggdensity RemoteRef: HEAD RemoteSha: cc94a18d5449bb9072bb9a83b65c8bdfa337810a NeedsCompilation: no Packaged: 2026-07-04 05:51:27 UTC; root Author: James Otto [aut, cre, cph] (ORCID: ), David Kahle [aut] (ORCID: ) Maintainer: James Otto