[R] plot(......,new=T) vs. par(new=T)
John Kane
jrkrideau at yahoo.ca
Tue May 22 13:51:44 CEST 2007
?par
There are several parameters can only be set by a call
to par(): "new"
You just were lucky enough to find one.
--- jiho <jo.irisson at gmail.com> wrote:
> Hello everybody,
>
> This is probably a classic but I cannot find an
> answer to this on the
> mailing list (i.e. with a google search restricted
> to the mailing
> list archive). Setting:
> par(new=T)
> plot(x,y)
> works but
> plot(x,y,new=T)
> doesn't while it is said in plot's help that ...
> arguments are passed
> to par. What am I missing?
>
> JiHO
> ---
> http://jo.irisson.free.fr/
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained,
> reproducible code.
>
More information about the R-help
mailing list