build_grviz {consort} | R 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
Examples
## Not run:
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)
## End(Not run)
[Package consort version 1.2.2 Index]