search for: r40561

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

Did you mean: 140561
2007 Mar 17
1
problem with mfg argument of par
...ht would plot to the 4 corners of a 2x2 plot but doesn't plot to the lower right and plots twice on the upper left. par(mfrow = c(2, 2)) pos <- as.matrix(expand.grid(1:2, 1:2)) for (ix in 4:1) { par(mfg = pos[ix, ]) plot(1:5) } Thank you in advance. R version 2.4.1 Patched (2007-01-23 r40561) i386-apple-darwin8.8.1 locale: C attached base packages: [1] "stats" "graphics" "grDevices" "utils" "datasets" "methods" [7] "base" -- Ken Knoblauch Inserm U846 Institut Cellule Souche et Cerveau D?partement Neuro...
2007 Mar 11
1
using scan to record user's input
...mmands, I get the error right away, before the prompt to enter a number. I didn't see anything in the scan help that would allow me to circumvent this error. Can anyone suggest a way to get around this error. Thank you. Ken Here is my info sessionInfo() R version 2.4.1 Patched (2007-01-23 r40561) i386-apple-darwin8.8.1 locale: C attached base packages: [1] "stats" "graphics" "grDevices" "utils" "datasets" "methods" [7] "base" other attached packages: MASS "7.2-31" -- Ken Knoblauch Inserm U84...