Skip to content
Prev 11680 / 398502 Next

par

baron at cattell.psych.upenn.edu (Jonathan Baron) writes:
This is not too bad by my standards:

 X11(height=3.5,width=7)
 par(mfcol=c(1,3),cex=1.5,mex=0.6, mar=c(5,4,4,1)+.1)
 matplot(p,r,type="b",main="A",col="black")
 matplot(log(p),log(r),type="b",main="B",col="black")
 r <- p+u
 matplot(p,r,type="b",main="C",col="black")