Description Usage Arguments Author(s) Examples
Graphviz Plot Workflow
1 |
sysargslist |
data frame, the standard df generated from subsetRmd function |
plot_style |
one of 'detect', 'none', 'linear' |
out_type |
choose from 'html', 'svg', 'png' |
out_path |
string, path of output plot, only apply from svg or png |
height |
int, height of svg or png in pixels, default NULL, automatic |
width |
int, width of svg or png in pixels, default NULL, automatic |
Le Zhang and Daniela Cassol
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
## Construct SYSargsList object from Rmd file
library(systemPipeRdata)
script <- system.file("extdata/workflows/rnaseq", "systemPipeRNAseq.Rmd", package="systemPipeRdata")
targets <- system.file("extdata", "targets.txt", package="systemPipeR")
dir_path <- tempdir()
SYSconfig <- initProject(projPath=dir_path, targets=targets, script=script, overwrite = TRUE)
sysargslist <- initWF(sysconfig ="SYSconfig.yml")
plotWF(sysargslist, plot_style = "none", out_type = "png")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.