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
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
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
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,
4 matches
Mail list logo