Learn R Programming

adapr (version 2.0.0)

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

Description

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

Usage

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

Value

output file

Details

Dose not assume source_info in workspace

Examples

Run this code
# NOT RUN {
 source_info <- create_source_file_dir("adaprHome","tree_controller.R")
 projectReportMarkdown(source_info)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab