Message-ID: <Pine.LNX.4.44.0703202159510.11242-100000@disco.wu-wien.ac.at>
Date: 2007-03-20T21:01:49Z
From: Achim Zeileis
Subject: [R--gR] Quant Reg Plotting Routines
In-Reply-To: <001001c76b31$61878770$0b828c96@pc>
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
>
>