summary7plot {shutterplot} | R Documentation |
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
data<- rnorm(90,90,10)
summary7plot(data)
[Package shutterplot version 0.1.0 Index]