write_svg: Output a learner as a SVG image

View source: R/iaitrees.R

write_svgR Documentation

Output a learner as a SVG image

Description

Before using this function, either run load_graphviz or ensure that Graphviz is installed and on the system PATH

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.

Details

Julia Equivalent: IAI.write_svg

IAI Compatibility

Requires IAI version 2.1 or higher.

Examples

## Not run: iai::write_svg(file.path(tempdir(), "tree.svg"), lnr)


iai documentation built on July 9, 2023, 5:41 p.m.