Re: [R] Adding Lines to Plot

2006-07-10 Thread Greg Snow
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of justin rapp Sent: Saturday, July 08, 2006 1:05 PM To: r-help@stat.math.ethz.ch Subject: [R] Adding Lines to Plot This seems like a question that I should be able to answer on my own but after looking at the do

Re: [R] Adding Lines to Plot

2006-07-08 Thread markleeds
>From: justin rapp <[EMAIL PROTECTED]> >Date: Sat Jul 08 14:05:12 CDT 2006 >To: r-help@stat.math.ethz.ch >Subject: [R] Adding Lines to Plot i'm not definite on this and even if it works , it;s not the most efficient but abline(h=10) abline(h=20) abline(h=30) etc i'd

[R] Adding Lines to Plot

2006-07-08 Thread justin rapp
This seems like a question that I should be able to answer on my own but after looking at the documentation I cannot seem to find the correct method. How do I add lines to a bar plot that extend from the vertical axis? For example, my vertical axis is numbered in increments of 10 and I would like