plot.corp_coco: plot.corp_coco

View source: R/corp_coco.R

plot.corp_cocoR Documentation

plot.corp_coco

Description

Plotting corp_coco objects.

Usage

  ## S3 method for class 'corp_coco'
plot(x, as_matrix = FALSE, nodes = NULL, forest_plot_args = NULL, ...)

Arguments

x

An corp_coco object.

as_matrix

If as_matrix is set to TRUE a matrix plot rather than a forest plot is produced.

nodes

If a vector of nodes is supplied this will be used to filter the set of results that are plotted. If nodes are supplied the plot will use the nodes order.

forest_plot_args

This is a list of arguments that is passed to the plot.default that produces the foundation of the forest plot. The list may contain a subset or all of the following documented arguments; any arguments that are not documented here will be ignored. A description of each argument can be found in the help for the plot.default function. Available arguments are

  • xlim Default: Calculated from the ranges of the confidence intervals.

  • xlab Default: 'Effect Size'

  • main Default: NULL

  • sub Default: NULL

  • asp Default: NA

  • pch Default: 15

  • cex.pch Default: 1

  • lwd.xaxt Default: 1

  • col.xaxt Default: 'black'

  • col.whisker Default: 'black'

  • col.zero Default: 'darkgray'

  • length.wisker_end Default: 0.05

...

Other arguments will be ignored.

Details

An object of class corp_coco is returned by corp_coco().

Value

No return value, called to plot a corp_coco object


CorporaCoCo documentation built on Aug. 8, 2022, 5:09 p.m.