forestplot: Plot a partR2 object

Description Usage Arguments

View source: R/forestplot.R

Description

Forestplot of the partR2 results

Usage

1
2
3
4
5
6
7
forestplot(
  x,
  type = c("R2", "BW", "SC", "IR2", "Ests"),
  line_size = 0.5,
  text_size = 12,
  point_size = 3
)

Arguments

x

A partR2 object.

type

Plot either "R2" or "SC" or "Ests" for R2s, structure coefficients or model estimates.

line_size

Controls size of all lines in the forestplot. Defaults to 0.5 which usually looks good.

text_size

Base text size, default is 12.

point_size

Point size, default is 3.


partR2 documentation built on Jan. 18, 2021, 5:06 p.m.