Learn R Programming

EGAD (version 1.0.3)

get_counts: Get counts

Description

The function formats the count distribution from the histogram function

Usage

get_counts(hist)

Arguments

hist
histogram

Value

x,y

Examples

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

Run the code above in your browser using DataLab