forestplot.boxcol: Modified forestplot function to allow for different colored...

Description Usage Value See Also Examples

Description

Modified forestplot function to allow for different colored boxes

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
forestplot.boxcol(
  labeltext,
  mean,
  lower,
  upper,
  align = NULL,
  is.summary = FALSE,
  clip = c(-Inf, Inf),
  xlab = "",
  zero = 0,
  graphwidth = unit(2, "inches"),
  col = meta.colors(),
  xlog = FALSE,
  xticks = NULL,
  boxsize = NULL,
  ...
)

Value

Graphical output

See Also

rmeta, forestplot

Examples

1
2
3
forestplot.new(as.matrix(blah), mean=test.or, lower=test.l, upper=test.u, zero=1, 
is.summary=c(rep(c(T, rep(F,4)),3),T),
col=meta.colors(box=c(NA, rep("royalblue",4),NA,rep("red",4),NA, rep("purple3",4)),lines=c("grey","red"), summary="black"))

foramashar/fashaR documentation built on Nov. 15, 2020, 5:05 a.m.