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