I am using the following in R to generate a Boxplot out of a given set of data:
boxplot(set5, col=c(3,4), names=c("5 observation box plot"))
I also want to plot the specific points on the Boxplot. At present, I only have the quartile boxes generated out of points, but the actual points are not shown. How to achieve this?