Displaying 2 results from an estimated 2 matches for "leftlabs".
Did you mean:
leftlab
2010 Jul 19
1
divide grid.newpage into two?
...eta2=meta1
meta2$studlab=rep("",length(meta1$studlab) ) #deleting the labels for the second plot
grid.newpage()
forest(meta1, comb.fixed=F, comb.random=F, rightcols="effect",leftcols="studlab")
forest(meta2, comb.fixed=F, comb.random=TRUE, leftcols="studlab",leftlabs="")
#they are superimposed... which is not what I want.
Any hints/ideas much appreciated!
Many thanks
Eleni Rapsomaniki
Research Associate
Department of Public Health and Primary Care
University of Cambridge
2007 Dec 30
2
Symbolic substitution in parallel; use infinity symbol?
I'd like to be able to modify axlab in (C) below so that 'Inf'
is replaced by the infinity symbol.
y <- rnorm(40)
breaks <- c(-Inf, -1, 1, Inf)
x <- cut(y, breaks=breaks)
plot(unclass(x), y, xaxt="n", xlab="")
## A: The following gives the axis labels "(-Inf, 1]", etc.
axis(1, at=1:3, labels=expression("(-Inf,-1]", "(-1,1]",