A plot of number of nodes over iterations.

treeNodes(trees)

Arguments

trees

A list of tree attributes created using the extractTreeData function.

Value

A plot of tree number of nodes over iterations.

Examples

if (FALSE) {
df_trees <- extractTreeData(model = my_model, data = my_data)
treeNodes(trees = df_trees)
}