2

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.

sgibb
  • 24,656
  • 2
  • 65
  • 72
user2714330
  • 125
  • 1
  • 2
  • 7
  • 2
    Welcome on SO! Please read [How to make a great R reproducible example?](http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example). – sgibb Sep 01 '13 at 17:39

1 Answers1

1

You are asking for "dynamite plots": http://emdbolker.wikidot.com/blog:dynamite and http://biostat.mc.vanderbilt.edu/wiki/Main/DynamitePlots

IRTFM
  • 251,731
  • 20
  • 347
  • 472