r - How can I draw a line beside a boxplot -


how can draw line beside boxplot show place of value

something red line:

enter image description here

try arrows function:

arrows(x1,y1,x2,y2) 

Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -