Learn R Programming

UsingR (version 2.0-7)

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)

Arguments

x

a vector of data

Value

Just does the plots. No return value

References

Inspired by S-Plus documentation

See Also

hist,boxplot,qnorm

Examples

Run this code
# NOT RUN {
  x<- rnorm(100,5,10)
  simple.eda(x)
# }

Run the code above in your browser using DataLab