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

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -