R/ggdensity-package.R

#' ggdensity: Stats and Geoms for Density Estimation with ggplot2
#'
#' A package that allows more flexible computations for visualization of density
#' estimates with ggplot2.
#'
#' @seealso
#'
#' Useful links:
#' * \url{https://jamesotto852.github.io/ggdensity/}
#' * \url{https://github.com/jamesotto852/ggdensity/}
#'
#' @import ggplot2
#' @importFrom MASS bandwidth.nrd kde2d
#' @importFrom stats uniroot cov pchisq setNames sd cor dnorm
#' @docType package
#' @name ggdensity
#' @aliases ggdensity package-ggdensity
NULL
jamesotto852/ggdensity documentation built on Nov. 13, 2023, 11:48 a.m.