Make outliers of a box plot the minimum and maximum of the whiskers in R?

1.4k Views Asked by At

I'd like to make the outliers of the box plot below the end of the whiskers, instead of points. I know this changes the Q1 and Q3 calculations, but is there an easy way to include ALL outliers in the plot as part of the whiskers?

enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

That's what the range option does. Try setting range = 0.