oncrawlCreateGraph {oncrawlR} | R Documentation |
Create a graph
Description
Create a graph
Usage
oncrawlCreateGraph(dataset, namefile, width, height,
pathfile = tempdir())
Arguments
dataset |
dataset generated by DALEX package |
namefile |
the filename for the export |
width |
width of your picture |
height |
height of your picture |
pathfile |
string. Optional. If not specified, the intermediate files are created under |
Value
file
Author(s)
Vincent Terrasi
Examples
## Not run:
oncrawlCreateGraph(res, "metric.png", width=5, height=4, ".")
## End(Not run)
[Package oncrawlR version 0.2.0 Index]