print.lv {lettervalue}R Documentation

Display Letter Values.

Description

Display and return letter values.

Usage

## S3 method for class 'lv'
print(x, ...)

Arguments

x

an object lv.

...

further arguments passed to or from other methods.

Details

The diagram is, by default, the 5-number summary, where the sample size, the median (location measure) and the F-spread (distance between lower fourth and upper fourth). Others diagrams are avalaible increasing the argument level.

This function computes the letter values as presented at Understanding Robust and Exploratory Data Analysis by Hoaglin, Mosteller and Tukey published in 1983.

This is a generic print method for the class "lv".

Value

No return value, called to improve visualization of letter values as proposed at the seminal book Understanding Robust and Exploratory Data Analysis by Hoaglin, Mosteller and Tukey published of 1983.

Examples

lv_obj <- letter_value(rivers)
print.lv(lv_obj)


[Package lettervalue version 0.2.1 Index]