On Thursday 17 June 2004 22:24, Patrick Bennett wrote:
> I neglected to say that I am using the R-Aqua interface and the MASS,
> grid, & lattice packages.
>
> Here is one specific example where I'm having trouble.
>
> After loading the crabs data set, I create the figure with the
> following code (which is taken from MASS):
>
> lcrabs.pc<-predict(princomp(log(crabs[,4:8])))
> sex<-crabs$sex;levels(sex)<-c("Female","Male")
> sp<-crabs$sp;levels(sp)<-c("Blue","Orange")
> splom(~lcrabs.pc[,1:3] | sp*sex,cex=0.5,pscales=0)
>
> The figure is plotted in the Quartz window: everything looks OK
> except for the lack of text above the individual panels.Here's what I get (on a pdf device), and it looks OK to me. http://www.stat.wisc.edu/~deepayan/R/crabs.pdf If this is not what you see, then there might be a problem with your device driver. Deepayan ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
