get_counts: Get counts

Description Usage Arguments Value Examples

View source: R/get_counts.R

Description

The function formats the count distribution from the histogram function

Usage

1

Arguments

hist

histogram

Value

x,y

Examples

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

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