My boxplot looks great, but I'd like to print on it how many samples make up each category as well as the upper and lower limit and mean
My boxplot is coded as follows:
boxplot(rainbow$CN~rainbow$IM,outline=FALSE,col=c("red","green","black"))
The dataframe this comes from is:
IM CN
yes 3
no 12
yes 1
no 4
yes 9