Skip to content
Prev 199188 / 398503 Next

Adding a symbol/value to a boxplot in R

boxplot(cars[[2]])
points(1,cars[[2]][34],col="red")
text(1,cars[[2]][34],labels=c("Like this?"),col="red",pos=4)

HTH, Joh
Marc Giombetti wrote: