Displaying 2 results from an estimated 2 matches for "46a49,55".
2000 Oct 27
1
par(ask=T) in termplot() (PR#711)
...h)
52a53
> nb.fig <- prod(par("mfcol"))
The modification for termplot() follows in the same way:
$ diff termplot.R termplot.new.R
3a4,5
> ask = interactive() && nb.fig < n.tms
> && .Device != "postscript",
46a49,55
> nb.fig <- prod(par("mfcol"))
> one.fig <- prod(par("mfcol")) == 1
> if (ask) {
> op <- par(ask = TRUE)
> on.exit(par(op))
> }
> ##---------- Do the individual plots : ----------
I have tested both with R-1.1.1 under WinN...
2000 Oct 25
2
par(ask=T) in termplot()
Hi,
I think it would be nice to have par(ask=T) set by default in termplot(),
like it is in plot.lm().
Best,
Emmanuel Paradis
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)