build_gofer {metabolic} | R Documentation |
Build a GOfER diagram (Graphical Overview for Evidence Reviews)
Description
It is recommended to set save = TRUE
and indicate the path
to save to, as the plot is not going to look good in the Plots
panel.
Usage
build_gofer(page = c("1", "2"), save = FALSE, path, format = ".png")
Arguments
page |
A text string to indicate the page you would like to display. This GOfER has two pages (28 studies in page 1 and 28 studies in page 2). |
save |
A boolean to indicate whether to save the plot to disk. |
path |
Path to write to. It has to be a character string indicating the path and file name (without the extension). For example, |
format |
The file extension that you want to save the plot to. Only |
Value
A patchwork
object
Examples
if (interactive()) {
build_gofer(page = "1", save = TRUE, path = tempfile())
}
[Package metabolic version 0.1.2 Index]