myProbHist: myProbHist: A probability histogram function.

Description Usage Arguments Value Author(s) Examples

View source: R/myProbHist.R

Description

This function plots the probability histogram for the input vector of data (x). The y-axis is scaled from 0 to 1, to reflect the probability of each bin.

Usage

1

Arguments

x

A vector of values. Defaults to NULL.

Value

Plots a probability histogram of the x data.

Author(s)

Jennifer Starling

Examples

1
2
3
## Define ctrl object.
x <- rnorm(1000,0,1)
myProbHist(x)

jstarling1/starlib documentation built on May 20, 2019, 2:12 a.m.