print.ranktree {ConsRankClass} | R Documentation |
Print methods for objects of class ranktree
## S3 method for class 'ranktree'
print(x, ...)
x |
An object of the class "ranktree" |
... |
not used |
print a brief summary of the prediction tree
data("Univranks")
tree <- ranktree(Univranks$rankings,Univranks$predictors,num=50)
tree