simple.hist.and.boxplot function

A function to plot both a histogram and a boxplot

A function to plot both a histogram and a boxplot

Simple function to plot both histogram and boxplot to compare

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

Arguments

  • x: vector of univariate data
  • ...: Arguments passed to the hist function

Returns

Just prints the two graphs

Author(s)

John Verzani

See Also

hist,boxplot,layout

Examples

x<-rnorm(100) simple.hist.and.boxplot(x)
  • Maintainer: John Verzani
  • License: GPL (>= 2)
  • Last published: 2022-01-11

Useful links