get_density {EGAD}R Documentation

Get density

Description

The function formats the density distribution from the histogram function

Usage

get_density(hist)

Arguments

hist

histogram

Value

array

Examples

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


[Package EGAD version 1.20.0 Index]