write_pdf {iai} | R Documentation |
Before using this function, either run load_graphviz
or ensure
that Graphviz is installed and on the system
PATH
write_pdf(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_pdf
Requires IAI version 2.1 or higher.
## Not run: iai::write_pdf(file.path(tempdir(), "tree.pdf"), lnr)