[R--gR] Quant Reg Plotting Routines

Achim Zeileis Achim.Zeileis at wu-wien.ac.at
Tue Mar 20 22:01:49 CET 2007


On Tue, 20 Mar 2007, gpomonis wrote:

> Hi there,
> I want to plot two quant reg objects in one figure. For example:
> plot(summary(rq(......))), plots an object to one figure,
> plot(....                       ))), plots a second object to a second figure.
> What I want to do is to have these two objects in one figure.
> Any help????

This mailing list is concerned with "graphical models" not with
"graphics", please direct your question to R-help. Maybe you could also
try to set
  par(mfrow = c(1, 2))
and then produce the plot. That might also work...
Z

> gp
> 	[[alternative HTML version deleted]]
>
> _______________________________________________
> R-sig-gR mailing list
> R-sig-gR at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-gr
>
>


More information about the R-sig-gR mailing list