get_counts {EGAD}R Documentation

Get counts

Description

The function formats the count distribution from the histogram function

Usage

get_counts(hist)

Arguments

hist

histogram

Value

x,y

Examples

x <- runif(1000)
counts <- get_counts( hist(x, plot=FALSE))


[Package EGAD version 1.10.0 Index]