View source: R/decission_tree.R
print.tree_struct | R Documentation |
This function prints the structure of a tree, generated by the
decision_tree
function.
## S3 method for class 'tree_struct'
print(x, ...)
x |
The tree structure. |
... |
Extra useless parameters. |
It must receive a tree_struct
data type.
nothing.
Víctor Amador Padilla, victor.amador@edu.uah.es
# example code
print(db_tree_struct)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.