Learn R Programming

iai (version 1.4.0)

write_png: Output a learner as a PNG image

Description

Julia Equivalent: IAI.write_png

Usage

write_png(filename, lnr, ...)

Arguments

filename

Where to save the output.

lnr

The learner to output.

...

Refer to the Julia documentation for available parameters.

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