plothist: histogram of data

Description Usage Arguments Value Examples

View source: R/plothist.R

Description

Get a histogram, showing the mean and median of your data

Usage

1

Arguments

x

is a numeric value, could be a a vector or data.frame

Value

a summary

Examples

1
2
x<-rnorm(25,2,3)
plothist(x)

osoramirez/resumeR documentation built on May 30, 2019, 12:47 p.m.