Displaying 1 result from an estimated 1 matches for "subsseting".
Did you mean:
subseting
2012 Jan 13
1
plotting regression line in with lattice
...uot;trt1", "trt2"), cex = 0.8),
points = list(pch = c(21), fill = c("black", "grey")),
rep = FALSE)
)
)
plot
#I've also tried to move type and distribute type within panel.xyplot, as well as subsseting the data in it panel.xyplot like this
plot <- with(combined,
xyplot(var ~ temp | subj,
data = combined,
panel = function(x, y, ..., subscripts){
fill <- my.fill[combined$trt[subscripts]]
panel.xyplot(x[combined$wh...