search for: plotext2r

Displaying 1 result from an estimated 1 matches for "plotext2r".

2011 Aug 22
0
Multiple forest plots with the same x-axis and colour coded estimates and lines
...te3y <- c(NA,dattabrem3$HR) lowerd3y <- c(NA,dattabrem3$CIlower) upperd3y <- c(NA,dattabrem3$CIupper) # Draw forest plots forestplot(plotextr,estimate1y,lowerd1y,upperd1y,is.summary=c(TRUE,rep(FALSE,24)),zero="",align="c",xlab="Remission @ 1 year") forestplot(plotext2r,estimate2y,lowerd2y,upperd2y,zero="",xlab="Remission @ 2 years") forestplot(plotext2r,estimate3y,lowerd3y,upperd3y,zero="",xlab="Remission @ 3 years") Having managed to obtain these basic plots I need the x-axes to be the same. Usually xlim would be suffici...