Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

simple.hist.and.boxplot

A function to plot both a histogram and a boxplot


Description

Simple function to plot both histogram and boxplot to compare

Usage

simple.hist.and.boxplot(x, ...)

Arguments

x

vector of univariate data

...

Arguments passed to the hist function

Value

Just prints the two graphs

Author(s)

John Verzani

See Also

hist,boxplot,layout

Examples

x<-rnorm(100)
simple.hist.and.boxplot(x)

UsingR

Data Sets, Etc. for the Text "Using R for Introductory Statistics", Second Edition

v2.0-6
GPL (>= 2)
Authors
John Verzani <verzani@math.csi.cuny.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.