Re: [R] Adding vertical line to histogram and qplot "stacked" plot

2009-01-29 Thread Duncan Murdoch
On 1/29/2009 2:03 PM, Jason Rupert wrote: R-users it appears I am leaning on your knowledge once again. Is there any way to add a vertical line to a histogram and qplot "stacked" plot? Here is my current attempt: "qplot" approach attempt: qplot(Run, data = data_dataframe, breaks = breaks, f

Re: [R] Adding vertical line to histogram and qplot "stacked" plot

2009-01-29 Thread Felipe Carrillo
> From: Jason Rupert > Subject: [R] Adding vertical line to histogram and qplot "stacked" plot > To: R-help@r-project.org > Date: Thursday, January 29, 2009, 11:03 AM > R-users it appears I am leaning on your knowledge once > again.  Is there any way to add a vertica

[R] Adding vertical line to histogram and qplot "stacked" plot

2009-01-29 Thread Jason Rupert
R-users it appears I am leaning on your knowledge once again.  Is there any way to add a vertical line to a histogram and qplot "stacked" plot?  Here is my current attempt:   "qplot" approach attempt: qplot(Run, data = data_dataframe, breaks = breaks, fill = Temperature, main = short_title) + sc