search for: dpdir

Displaying 1 result from an estimated 1 matches for "dpdir".

Did you mean: depdir
1999 Nov 10
1
plot() bugs (PR#317)
Full_Name: Bill Simpson Version: 65.1 OS: Linux Redhat 6.1 Submission from: (NULL) (193.62.250.209) Try this: #default plot symbols and lettering are too small, need to scale up par(cex=2,mex=.7) par(mar=c(5,5,1,1)) spdiff<-c(1,2,3,4,5) dpdet<-c(1,2,3,4,5)/10 dpsp<-c(2,3,4,5,6)/10 dpdir<-c(2,4,6,8,10)/10 plot(spdiff,dpdet,pch=15,ylim=c(0,max(dpdet,dpsp,dpdir)),xlab="Speed difference$ points(spdiff,dpdir,pch=16) points(spdiff,dpsp,pch=17) Bugs: 1. The y-axis numbering labels are shifted down and are not centred on the hash-marks. BTW, weren't the labels in normal (non...