Hi,

it only happens using png(). It does not if I *.emf, *.jpg or *.bmp.

A simple reproducable example (from the print.trellis help file):

##########################
outfile <- ".../outfile.png"   ###  ... = your output directory

p11 <- histogram( ~ height | voice.part, data = singer, xlab="Height", 
main="Ingo's title")
p2 <- histogram( ~ height, data = singer, xlab = "Height")

png(outfile, width=800, height=800)
print(p11, split=c(1,1,1,2), more=TRUE)
print(p2, split=c(1,2,1,2))
dev.off()

########################

I use R 2.6.0 (2007-10-03) on WindowsXP.

Thanks, Ingo

_______________________________________________
R-sig-Geo mailing list
R-sig-Geo@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to