search for: prodmult

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

2003 Jun 13
1
Lattice levelplots and (partial) failure on some devices ----Long
...The following message was originally composed to seek help. However I have 'hacked' a solution to the following behavior, but none the less someone might find this interesting. To reproduce my 'problem' you can use the following code: library(lattice) hypodata <- expand.grid(ProdMult = seq(0,1,by=.1), WfMult = seq(0,1,by=.1), Tr=c(0,75)) hypodata$UnCC <- 4.6 + (hypodata$ProdM^2) * (hypodata$Wf^3 ) hypodata$UnCC[1:121] <- 4.6 testfault <- levelplot(UnCC ~ WfMult + ProdMult | Tr, col.regions=grey(16:...