Package: ggpointdensity Type: Package Title: A Cross Between a 2D Density Plot and a Scatter Plot Version: 0.2.1 Authors@R: c(person("Lukas P. M.", "Kremer", email = "L-Kremer@web.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3170-6295")), person("Simon", "Anders", role = "ctb", comment = c(ORCID = "0000-0003-4868-1805"))) Description: A cross between a 2D density plot and a scatter plot, implemented as a 'ggplot2' geom. Points in the scatter plot are colored by the number of neighboring points. This is useful to visualize the 2D-distribution of points in case of overplotting. URL: https://github.com/LKremer/ggpointdensity BugReports: https://github.com/LKremer/ggpointdensity/issues License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 3.2) Imports: ggplot2, MASS Suggests: viridis, dplyr, testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://lkremer.r-universe.dev Date/Publication: 2025-11-18 12:36:18 UTC RemoteUrl: https://github.com/lkremer/ggpointdensity RemoteRef: HEAD RemoteSha: 0a7c018bebf46378c8dc9049143fda2e0d1ee5ba NeedsCompilation: yes Packaged: 2026-07-16 06:49:53 UTC; root Author: Lukas P. M. Kremer [aut, cre] (ORCID: ), Simon Anders [ctb] (ORCID: ) Maintainer: Lukas P. M. Kremer