Learn R Programming

iai (version 1.4.0)

write_svg: Output a learner as a SVG image

Description

Julia Equivalent: IAI.write_svg

Usage

write_svg(filename, lnr, ...)

Arguments

filename

Where to save the output.

lnr

The learner to output.

...

Refer to the Julia documentation for available parameters.

IAI Compatibility

Requires IAI version 2.1 or higher.

Examples

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

Run the code above in your browser using DataLab