Learn R Programming

iai (version 1.0.0)

write_png: write_png

Description

Output a learner as a PNG image

Usage

write_png(filename, lnr, ...)

Arguments

filename

Where to save the output.

lnr

The learner or grid to output.

...

Refer to the Julia documentation for available parameters.

Details

Julia Equivalent: IAI.write_png

Examples

Run this code
# NOT RUN {
iai::write_png(file.path(tempdir(), "tree.png"), lnr)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab