Displaying 1 result from an estimated 1 matches for "jnkcf2".
Did you mean:
jnc92
2000 Mar 18
1
abline(coef=c(1,1)) different behavoir to screen and postscript 1.00 under windows
...="\t")
> attach(j)
> #gives lines I want
> qqnorm(Dog,pch="o",main="Cumulative Frequency Log Dog Size",log="y",sub="Figure 2",x
=c(-3,3),ylim=c(2000,1000000))
> abline(coef=c(3.75,.80))
> abline(coef=c(3.90,.14))
> postscript("jnkCF2.ps",paper="letter")
> #gives lines in different position
> qqnorm(Dog,pch="o",main="Cumulative Frequency Log Dog Size",log="y",sub="Figure 2",x
=c(-3,3),ylim=c(2000,1000000))
> abline(coef=c(3.75,.80))
> abline(coef=c(3.90,.14))
&g...