Skip to content
Back to formatted view

Raw Message

Message-ID: <OFFF5EA171.7BEF7B8A-ONC1257968.002FCE0A-C1257968.0030227A@precheza.cz>
Date: 2011-12-16T08:45:34Z
From: PIKAL Petr
Subject: Odp:  Multiple plots in one subplot
In-Reply-To: <1324017362619-4203525.post@n4.nabble.com>

Hi
> 
> Hi, 
> I making a figure with six sub-plots using par(mfcol=c(2,3)). In the 
last
> sub-plot I want to have two graphs instead of one. I have tried using
> par(fig=x,y,z,v) but this par seems to overwrite the first par. Is there 
a
> simple solution? 

You can try ?layout or grid graphic. This gives you powerfull 
functionality but it probably is not so simple as par.

Regards
Petr


> Thanks!
> 
> Anna
> 
> --
> View this message in context: http://r.789695.n4.nabble.com/Multiple-
> plots-in-one-subplot-tp4203525p4203525.html
> Sent from the R help mailing list archive at Nabble.com.
> 
> ______________________________________________
> R-help at r-project.org 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.