I created the barplot using two columns from a text file which also has a third column for standard errors. I used barplot()
for this.
How do I add error bars using my column, se, from my text file?
I tried using error.bar()
but that didn't work.