Relative Content

Tag Archive for boxplot

Meaning of the top of an R boxplot

The sources I checked claim that in an R boxplot the top of the box represents the 3rd quartile. This is not the case.
Example:
x <- c(2, 4, 18, 26, 50, 120)
b <- boxplot(x)