build_grviz | R Documentation |
Build a grob
consort diagram, use this if you want
to save plots with ggsave
build_grviz(x)
x |
A conosrt object. |
A Graphviz
code
grViz
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.