plot_wrightmap: Plots a wrightmap

Description Usage Arguments Value

View source: R/wrightmap.R

Description

Plots a wrightmap

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
plot_wrightmap(
  model,
  items = c(1:5),
  palette = NULL,
  lims = NULL,
  namefun = identity,
  groupfun = identity,
  labsize = 4,
  bins = 20,
  classic = TRUE
)

Arguments

model

birtmsfit object

items

integer vector; which items should be mapped?

palette

color palette

lims

double vector of length 2

namefun

function to shorten names

groupfun

function to group items based on names

labsize

double

bins

integer

classic

boolean

Value

ggplot object


Famondir/birtms documentation built on Feb. 18, 2022, 2:51 a.m.