Description Usage Arguments See Also
tree_paths is a low level function called by rf_all_paths to find all paths from root to leaf nodes through a single tree extracted from a random forest.
| 1 2 3 | tree_paths(rf, tree, plot.network = FALSE, plot.vert.size = 0,
  label.vert.with.name = TRUE, circular.layout = TRUE,
  vertex.label.size = 0.75, arrow.size = 0.25)
 | 
| rf | an object of class  | 
| tree | a number indexing the tree constituent to  | 
| plot.network | if  | 
| plot.vert.size | a number setting the size of the circles which represent the nodes in the plot of the network | 
| label.vert.with.name | if  | 
| circular.layout | if  | 
| vertex.label.size | a number controlling the size of the text used for the vertex labels in the plot | 
| edge.arrow.size | a number controlling the size of arrows that represent the graph edges in the plot | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.