summary7 {shutterplot}R Documentation

Numerical values of seven-number-summary.

Description

prints the numerical summaries in the console.

Usage

summary7(x)

Arguments

x

value(s) of a variable.

Value

prints the seven-number-summary in the console.

Examples

  data <- rnorm(90,90,10)
  summary7(data)

[Package shutterplot version 0.1.0 Index]