build_grviz: Build consort diagram

View source: R/build_grviz.R

build_grvizR Documentation

Build consort diagram

Description

Build a grob consort diagram, use this if you want to save plots with ggsave

Usage

build_grviz(x)

Arguments

x

A conosrt object.

Value

A Graphviz code

See Also

grViz

Examples

txt1 <- "Population (n=300)"
txt1_side <- "Excluded (n=15): \n
              \u2022 MRI not collected (n=3)\n
              \u2022 Tissues not collected (n=4)\n
              \u2022 Other (n=8)"

g <- add_box(txt = txt1)

g <- add_side_box(g, txt = txt1_side)

g <- add_box(g, txt = "Randomized (n=200)")
plot(g, grViz = TRUE)


consort documentation built on Jan. 6, 2023, 1:20 a.m.