modRpart | R Documentation |
Make rpart from antares data
modRpart(data)
data |
an antaresData after use of [antaresProcessing::mergeAllAntaresData] |
## Not run:
setSimulationPath("Mystud", 1)
mydata <- readAntares(areas = "all", select = "OIL")
mydata <- mergeAllAntaresData(mydata)
modRpart(mydata)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.