metaPar: Set Graphical Parameters for Forest Plot

Description Usage Arguments Details Value Examples

Description

Wrapper function for specifying graphical parameters to forest plots.

Usage

1

Arguments

...

Lists of named parameter settings

Details

Valid parameters are listed in gpar for each of the named arguments.

The named arguments are:

box List of parameters for the sample size box.
diamond List of parameters for the overall effect diamond.
lines List of parameters for the confidence intervals.
refLine List of parameters for the null hypothesis line.
summaryLine List of parameters for the summary estimate line.
heading List of parameters for the heading of the confidence interval graph.
label List of parameters for the axis labels.
axis List of parameters for the x-axis.
title List of parameters for the title.
subtitle List of parameters for the subtitle.
text List of parameters for the table texts.
hetStat List of parameters for the heterogeneity measures.

Value

A list of graphical parameters.

Examples

1
2
3
metaPar(box = list(fill = "royalblue", col = "royalblue"),
                   lines = list(col = "darkblue"),
                   diamond = list(fill = "royalblue", col = "royalblue"))

pmur002/metaplot documentation built on May 25, 2019, 10:21 a.m.