powered by
Create a graph
oncrawlCreateGraph(dataset, namefile, width, height, pathfile = tempdir())
dataset generated by DALEX package
the filename for the export
width of your picture
height of your picture
string. Optional. If not specified, the intermediate files are created under TEMPDIR, with the assumption that directory is granted for written permission.
TEMPDIR
file
# NOT RUN { oncrawlCreateGraph(res, "metric.png", width=5, height=4, ".") # } # NOT RUN { # }
Run the code above in your browser using DataLab