print.lv | R Documentation |
Display and return letter values.
## S3 method for class 'lv'
print(x, ...)
x |
an object |
... |
further arguments passed to or from other methods. |
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".
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.
lv_obj <- letter_value(rivers)
print.lv(lv_obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.