plotfobj

plotfobj(fobj)

Arguments

fobj

a forest plot object or a list of fobj with the same layout length

Value

a plot

Examples


fobj<-genfobj(layout = c("t","t","t","t","t","t","f","t"), 
  dat = forplotdata,
lwidths = c(0.8,0.4,0.6,0.4,0.6,1,1,0.5))
plotfobj(fobj)