Displaying 2 results from an estimated 2 matches for "nibood".
Did you mean:
  ibook
  
2000 Mar 18
0
abline(coef=c(1,1)) different behavoir to screen andpostscript 1.00 under windows
...In what sense are your lines on screen and print out 
different? It's the same code, so the graphics will be
the same!
Greets  
  Diego Kuonen
-- 
Diego Kuonen                http://statwww.epfl.ch/people/kuonen 
WAP on http://wap.lugo.ch             SURF on http://www.LUGO.ch 
U VAS kogdA nibOOd bilA statOO-irOvka?     http://www.Statoo.com      
Powered by Linux & WAPux.ch! http://www.LinuxPlanet.ch/GnuPG-Key 
In the future, you're going to get computers as prizes in breakfast cereals.
You'll throw them out because your house will be littered with them.
-.-.-.-.-.-.-.-.-.-.-....
2000 Mar 18
1
abline(coef=c(1,1)) different behavoir to screen and postscript 1.00 under windows
hi listees-
 Running windows 2000 and r 0.99 or 1.00; I get different lines on screen and print out:
> j<-read.table("jnk.rin",head=T,sep="\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))
>