boxplot_label_outliers: Standard boxplot with labeled outliers

Description Usage Arguments Value Examples

View source: R/plot.R

Description

Any point outside of the whiskers will be labeled. Passes all standard boxplot() parameters through to the R boxplot() function.

Usage

1

Arguments

M

one-dimensional matrix of values with row names for labels

...

standard commands for boxplot() function

Value

standard output of boxplot() function

Examples

1
2
3
M = matrix( c(3,4,7,5,6,10), nrow=6, ncol=1 )
dimnames(M)[[1]] = paste("drug",1:6)
boxplot_label_outliers(M[,1])

DavidQuigley/HTDoseResponseCurve documentation built on Jan. 23, 2021, 5:10 a.m.