Skip to content

Commit

Permalink
#91
Browse files Browse the repository at this point in the history
  • Loading branch information
TitouanRobert committed Dec 7, 2017
1 parent f22439f commit 791843f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export(getInteractivity)
export(leafletDragPointsOutput)
export(limitSizeGraph)
export(mapLayout)
export(modRpart)
export(plotBokeyHex)
export(plotMap)
export(plotMapLayout)
Expand All @@ -22,7 +23,6 @@ export(prodStack)
export(prodStackAliases)
export(prodStackLegend)
export(renderLeafletDragPoints)
export(rpartPlot)
export(runAppAntaresViz)
export(savePlotAsPng)
export(setInteractivity)
Expand Down
4 changes: 2 additions & 2 deletions R/rpartPlot.R → R/mod_rpart.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
#' setSimulationPath("Mystud", 1)
#' mydata <- readAntares(areas = "all", select = "OIL")
#' mydata <- mergeAllAntaresData(mydata)
#' rpartPlot(mydata)
#' modRpart(mydata)
#' }
#'
#' @export
rpartPlot <- function(data){
modRpart <- function(data){
visNetwork::visTreeEditor(data.frame(data))
}
8 changes: 4 additions & 4 deletions man/rpartPlot.Rd → man/modRpart.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 791843f

Please sign in to comment.