oncrawlCreateGraph: Create a graph

Description Usage Arguments Value Author(s) Examples

View source: R/utils-dataviz.R

Description

Create a graph

Usage

1
2
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

Author(s)

Vincent Terrasi

Examples

1
2
3
4
## Not run: 
oncrawlCreateGraph(res, "metric.png", width=5, height=4, ".")

## End(Not run)

oncrawlR documentation built on Jan. 31, 2020, 5:09 p.m.