I have 7 different data points for virus concentration collected at 3 different time points. How do I graph this with error bars in R?
I would suggest you next approach. If you want error bars you can compute it based on mean and standard deviation. In the next code is sketched the way to do that. I have used one standard deviation but you can set any other value. Also as you want to see different samples, I have … Read more