On Saturday 01 March 2003 05:28 pm, [EMAIL PROTECTED] wrote: > > tmp <- data.frame(y=rnorm(12), g=factor(rep(1:2,6))) > > bwplot(g ~ y, data=tmp) > > Error in segments(x1 = structure(c(-1.68373790592731, 0.159038997376781, : > Argument "x0" is missing, with no default
This is not reproducible. Could you do a traceback() ? And please make sure you start with an empty workspace. I very much doubt it's a lattice problem, since bwplot is not supposed to call segments() at any point. A wild guess would be that you are using some sort of S-PLUS code without telling us. > > > version > > _ > platform i386-pc-mingw32 > arch i386 > os mingw32 > system i386, mingw32 > status > major 1 > minor 6.2 > year 2003 > month 01 > day 10 > language R > > > data(singer) > > bwplot(voice.part ~ height, data=singer, xlab="Height (inches)") > > Error in segments(x1 = structure(c(NA, NA, NA, NA), .Names = c("", "", : > Argument "x0" is missing, with no default > > > Rich > > ______________________________________________ > [EMAIL PROTECTED] mailing list > http://www.stat.math.ethz.ch/mailman/listinfo/r-devel ______________________________________________ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-devel