write_svg | R Documentation |
Before using this function, either run load_graphviz
or ensure
that Graphviz is installed and on the system
PATH
write_svg(filename, lnr, ...)
filename |
Where to save the output. |
lnr |
The learner to output. |
... |
Refer to the Julia documentation for available parameters. |
Julia Equivalent:
IAI.write_svg
Requires IAI version 2.1 or higher.
## Not run: iai::write_svg(file.path(tempdir(), "tree.svg"), lnr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.