projectReportMarkdown: Make plot of network within html documents. Summarize all...

Description Usage Arguments Details Value Examples

Description

Make plot of network within html documents. Summarize all programs.

Usage

1
projectReportMarkdown(source_info, graph.width = 960, graph.height = 500)

Arguments

source_info

Source information list

graph.width

Sankey Plot dimensions

graph.height

Sankey Plot dimensions

Details

Dose not assume source_info in workspace

Value

output file

Examples

1
2
3
4
5
## Not run: 
 source_info <- create_source_file_dir("adaprHome","tree_controller.R")
 projectReportMarkdown(source_info)

## End(Not run) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.