Learn R Programming

UsingR (version 2.0-8)

simple.eda: Simple function to plot histogram, boxplot and normal plot

Description

Simply plots histogram, boxplot and normal plot for experimental data analysis.

Usage

simple.eda(x)

Value

Just does the plots. No return value

Arguments

x

a vector of data

Author

John Verzani

References

Inspired by S-Plus documentation

See Also

hist,boxplot,qnorm

Examples

Run this code
  x<- rnorm(100,5,10)
  simple.eda(x)

Run the code above in your browser using DataLab