Re: [R] plot pdf

2010-10-30 Thread Uwe Ligges
On 30.10.2010 17:23, mms...@comcast.net wrote: Subject: plot Your recent reply has got me underway. However the savePlot command is not working. I am following refman example. Any thoughts? I am on a new windows 7 os. I am not sure how to open a new device (output graphic window). I

Re: [R] plot pdf

2010-10-30 Thread mmstat
Subject: plot Your recent reply has got me underway.  However the savePlot command is not working.   I am following refman example. Any thoughts?  I am on a new windows 7 os.  I am not sure how to open a new device (output graphic window).  I wonder if that could be the problem? R Code

Re: [R] plot pdf

2010-10-29 Thread Joshua Wiley
Hi Mary, I am not sure off hand why savePlot() is not doing what you expect, but hopefully my inline comments answer your other questions and at least get you the graphs you want. Cheers, Josh On Fri, Oct 29, 2010 at 3:18 PM, wrote: > > > I want to plot the unstadardized version of a normal p

[R] plot pdf

2010-10-29 Thread mmstat
I want to plot the unstadardized version of a normal plot.  Can you explain why that is not working? Dev.set(1) xcrit=-1.645 cord.x <- c(-3,seq(-3,xcrit,0.01),xcrit) cord.y <- c(0,dnorm(seq(-3,xcrit,0.01)),0)            # what does final 0 do here? curve(dnorm(x,