export {TWIX} | R Documentation |
Export TWIX-trees for KLIMT.
export(x, sq = 1, directory = "ForKlimt", name = NULL)
x |
an object of class TWIX . |
sq |
a vector of tree IDs. |
directory |
a name of directory, which will be created. |
name |
... |
KLIMT (Klassification - Interactive Methods for Trees) homepage http://www.rosuda.org/KLIMT/
#data(olives) #Tree<-TWIX(Region~.,data=olives,topN=c(3,2),method="local",level=5) #export(Tree,c(1,3))