search for: 52d51

Displaying 1 result from an estimated 1 matches for "52d51".

Did you mean: 5251
1997 Jun 23
0
R-alpha: various graphics Q.
...t; xchar <- xinch(par("cin")[1]) > ychar <- yinch(par("cin")[2]) * 1.2 > xbox <- xinch(par("cin")[2] * 0.8) > ybox <- yinch(par("cin")[2] * 0.8) 50c50 < if (!merge) xt <- xt + xbox + xchar --- > xt <- xt + xbox + xchar 52d51 < col _ rep(col,length.out=length(legend)) 54,57c53,54 < pch _ rep(pch,length.out=length(legend)) < ok _ (is.character(pch) | pch>0) < points((xt + 0.25 * xchar)[ok], yt[ok], pch[ok], col=col[ok]) < if (!merge) xt <- xt + 1.5 * xchar --- > points(...