treeNodes.RdA plot of number of nodes over iterations.
treeNodes(trees)
| trees | A list of tree attributes created using the extractTreeData function. |
|---|
A plot of tree number of nodes over iterations.
if (FALSE) { df_trees <- extractTreeData(model = my_model, data = my_data) treeNodes(trees = df_trees) }