SyntaxFix
Write A Post
Hire A Developer
Questions
Use outline = FALSE as an option when you do the boxplot (read the help!).
outline = FALSE
> m <- c(rnorm(10),5,10) > bp <- boxplot(m, outline = FALSE)