summary7: Numerical values of seven-number-summary.

Description Usage Arguments Value Examples

View source: R/shutterplot.R

Description

prints the numerical summaries in the console.

Usage

1

Arguments

x

value(s) of a variable.

Value

prints the seven-number-summary in the console.

Examples

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

shutterplot documentation built on Feb. 12, 2021, 5:10 p.m.