Skip to content
Prev 323635 / 398503 Next

Three plots with logged X-axis in the same plot

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 proper direction but I fail to see how I can reduce the amount of unused printing area around the three graphs.


Cheers, Patrik



Patrik ?hagen
Biostatistiker
Enheten f?r effekt och s?kerhet 4

Box 26, 751 03 Uppsala
Bes?ksadress: Dag Hammarskj?ldsv?g 42
Telefon: 018 - 17 49 24, v?xel: 018 - 17 46 00
Fax: 018 - 54 85 66
patrik.ohagen at mpa.se
www.lakemedelsverket.se


-----Ursprungligt meddelande-----
Fr?n: Jim Lemon [mailto:jim at bitwrit.com.au] 
Skickat: den 16 maj 2013 14:13
Till: ?hagen Patrik
Kopia: r-help at 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:
Hi Patrik,
This appears more like a diagram with the x dimension of log heart rate 
and various terms appearing the the plot space that are particular to a 
value or range of that heart rate. I would first think of using the 
"text" function to place the medical terms, perhaps with the "arrow" 
function showing a range. It may be simpler to use the "boxed.labels" 
function in the plotrix package to overlay the ranges.

Jim