Skip to content
Prev 301210 / 398503 Next

Boxplot graphic

On 25.07.2012 13:26, phillen wrote:
See ?names
See ?boxplot

Example:

x <- c(1:10, 100)
names(x) <- letters[1:11]
bp <- boxplot(x)
text(1, bp$out, names(x)[bp$out==x], pos=2)