summary.qic {qicharts2}R Documentation

Prints summary of a qic object

Description

Prints summary of a qic object

Usage

## S3 method for class 'qic'
summary(object, ...)

Arguments

object

A qic object.

...

For compatibility with generic summary function.

Value

A data frame of summary values of each facet and part of a qic plot.

Examples

p <- qic(rnorm(24), chart = 'i')
p
summary(p)


[Package qicharts2 version 0.7.5 Index]