I want to plot only median for my two dataset. It can be also done using segments function in R but I don’t know how. So, I decided using boxplot function but still couldn’t figure out how to hide everything and show just medians.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can set the graphical parameters which are documented under
?bxp:Setting
outline = FALSEsuppresses drawing outliers.should draw a boxplot with just the horizontal lines at the medians.