Welcome on my Github page. In this repository, you can find an R package, which contains a Shiny module, which can draw a Random Forest model created in R. This project uses the shiny, the visNetwork, the iGraph, the randomForest, and the dplyr packages. This drawer is interactive, so you can navigate in the canvas and drag the nodes horizontally.
In the /inst/examples/ folder, you can find an example, that shows you the usage of this package and an example random forest model too.
To get the trees you need, you must add the parameter keep.forest = TRUE to your fit function.
For now this project can read only .rf.RDS files
Use one of the following functions:
saveRDS(fit, "my-fitted-rf.rds")
or
save(fit, "my-fitted-rf.rda")
Source: page
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.