create_HTML_report {pathfindR} | R Documentation |
Create HTML Report of pathfindR Results
Description
Create HTML Report of pathfindR Results
Usage
create_HTML_report(input, input_processed, final_res, dir_for_report)
Arguments
input |
the input data that pathfindR uses. The input must be a data frame with three columns:
|
input_processed |
processed input data frame |
final_res |
final pathfindR result data frame |
dir_for_report |
directory to render the report in |
[Package pathfindR version 2.4.1 Index]