2
I’m trying to plot a graph but I’m not able to add the error bars with the function arrow
. I don’t know what could be wrong with the code below:
m12<-plot(tq1_mean~time ,type ="p", col = "red", ylim=c(27.0,33))
axis(2, at=c(27.0:33.0))
arrows(m12,tq1_min, m12,tq1_max,length=0.05, angle=90, code=3)
I don’t want to use the ggplot
.
Unfortunately, this question cannot be reproduced by anyone trying to answer it. Please, take a look at this link and see how to ask a reproducible question in R. So, people who wish to help you will be able to do this in the best possible way.
– Marcus Nunes