Learn R Programming

shutterplot (version 0.1.0)

summary7plot: seven-number-summary

Description

displays the seven-number-summary for a variable.

Usage

summary7plot(x)

Arguments

x

value(s) of a variable.

Value

depicts the seven-number-summary.

Examples

Run this code
# NOT RUN {
  data<- rnorm(90,90,10)
  summary7plot(data)
# }

Run the code above in your browser using DataLab