search for: qp4

Displaying 2 results from an estimated 2 matches for "qp4".

Did you mean: p4
2009 Apr 10
1
using more plotting area for a lattice plot
...,xlab="",ylab="") qp2 <- qqmath(~ -log(p1), data = as.data.frame(p1), distribution = qexp,main="B",xlab="",ylab="") qp3 <- qqmath(~ -log(p1), data = as.data.frame(p1), distribution = qexp,main="C",xlab="",ylab="") qp4 <- qqmath(~ -log(p1), data = as.data.frame(p1), distribution = qexp,main="D",xlab="",ylab="") png(file="myplots.png", height=500,width=500) trellis.par.set(list(layout.heights = list(top.padding = 0,main.key.padding=0,key.axis.padding=0,...
2004 Aug 31
1
Can't print properly through server, only direct client->printer
...uld do (or more correctly, what I intended it to do) is delete any lines that start with some digits, some spaces, and the literal "VM\?". Once we realised what the problem was and checked again, I found that this also matched lines like : 3V)_5qZ$%5r88#qrUKaWQ9d>)o\)#Gn,;eDpH2$<qp4]kqY>7h>5e3apA4FPq"XOYo_J(XoDeC] and 9VL@hY.WEXoDeL^pA+CXo)SFQp&+FcoCr(NhoYo4!l;X`q8**G!l2XhrPSKMqS<3J_tq=I`pq"I These lines are part of the image data for bitmapped images on the page. Altering the match to '^[0-9][0-9]* VM\?' seems to have fixed the problem. How...