get_density: Get density

Description Usage Arguments Value Examples

View source: R/get_density.R

Description

The function formats the density distribution from the histogram function

Usage

1

Arguments

hist

histogram

Value

array

Examples

1
2
x <- runif(1000)
density <- get_density( hist(x, plot=FALSE))

sarbal/EGAD documentation built on May 5, 2021, 5:10 p.m.