View source: R/print.ranktree.R
print.ranktree | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.