consoleBoxplot: Boxplot on the console

Description Usage Arguments Details Value Examples

View source: R/utils.R

Description

consoleBoxplot prints the boxplot on console.

Usage

1

Arguments

x

a numeric vector of length at least 3

Details

This function is for the numeric vectors. It prints a boxplot in a single line on the console. It automatically adjusts for the width of the console. The input vector must have a length of three, otherwise the function will throw a warning and not print any plot.

In case of any potential outliers (based on 1.5*IQR criteria), this wil give a warning. This function is used in the explainer.

Value

prints a boxplot on the console which has:

Gives a warning of potential outliers (if present)

Examples

1

analyzer documentation built on July 1, 2020, 10:02 p.m.