powered by
Create decision tree for MAUT models exporting to an igraph object.
Make.Decision.Tree(tree.data)
igraph object containing the graph of the decision tree.
data.table with decision tree information.
Pedro Guarderas, Andrés Lopez pedro.felipe.guarderas@gmail.com
With the tree information loaded by the Read.Tree the decision tree could be represented like an igraph object.
Read.Tree
library( data.table ) library( igraph ) file<-system.file("extdata", "tree.csv", package = "mau" ) tree.data<-Read.Tree( file, skip = 0, nrows = 8 ) tree<-Make.Decision.Tree( tree.data ) plot( tree )
Run the code above in your browser using DataLab