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? -

ruby - How do I merge two hashes into a hash of arrays? -