Learn R Programming

oncrawlR (version 0.2.0)

oncrawlCreateGraph: 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 TEMPDIR, with the assumption that directory is granted for written permission.

Value

file

Examples

Run this code
# NOT RUN {
oncrawlCreateGraph(res, "metric.png", width=5, height=4, ".")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab