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

apache - Cloudflare bug random 302 redirections -

java - Sql binding in Spring throws org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException -