Hi Patrik,
Using plot you could give the panel extra height
by changing the cex of the labels etc and mai of the top expecially.
Otherwise you could use xyplot and split the data
into 3 - lattice with panels can be space saving
dat <- data.frame(max = hr_max, min=hr_min, med = med_names)
dat$
On 05/16/2013 11:07 PM, Öhagen Patrik wrote:
Hi Jim,Thank you for your input! I am working with the text and arrow command
in each of the graphs. I think it would be far to messy to plot them all in one
graph (50+ point estimates and confidence intervals).
par(mfrow=c(1,3)) is a step in the pr
e
> some data but I am all of the stuff is highly confidential. Sorry.
>
>
> Cheers, Patrik
>
> -----Ursprungligt meddelande-
> Från: John Kane [mailto:jrkrid...@inbox.com]
> Skickat: den 16 maj 2013 14:53
> Till: Öhagen Patrik; r-help@r-project.org
> Ämne: RE: [R]
On 16/05/2013 7:50 AM, Öhagen Patrik wrote:
I have, say, three plots with several medical terms on the y-axis plotted against HR's on
a log-scaled x-axis. In order to highlight the time profile for the different plots, I
would like to "merge" (put them next to each other, if that makes sense)
[mailto:jrkrid...@inbox.com]
Skickat: den 16 maj 2013 14:53
Till: Öhagen Patrik; r-help@r-project.org
Ämne: RE: [R] Three plots with logged X-axis in the same plot
Can you supply us with a bit of sample data? It's not clear from your
description of the problem if you are working with equivalent x -s
www.lakemedelsverket.se
-Ursprungligt meddelande-
Från: Jim Lemon [mailto:j...@bitwrit.com.au]
Skickat: den 16 maj 2013 14:13
Till: Öhagen Patrik
Kopia: r-help@r-project.org
Ämne: Re: [R] Three plots with logged X-axis in the same plot
On 05/16/2013 09:50 PM, Öhagen Patrik wrote:
> I h
Can you supply us with a bit of sample data? It's not clear from your
description of the problem if you are working with equivalent x -scales where
it would be very easy to just plot all curves on one plot or if there are scale
or item differences that might require diffferent panels.
https://
On 05/16/2013 09:50 PM, Öhagen Patrik wrote:
I have, say, three plots with several medical terms on the y-axis plotted against HR's on
a log-scaled x-axis. In order to highlight the time profile for the different plots, I
would like to "merge" (put them next to each other, if that makes sense)
8 matches
Mail list logo