print.ranktree: S3 methods for ranktree

Description Usage Arguments Value Examples

View source: R/print.ranktree.R

Description

Print methods for objects of class ranktree

Usage

1
2
## S3 method for class 'ranktree'
print(x, ...)

Arguments

x

An object of the class "ranktree"

...

not used

Value

print a brief summary of the prediction tree

Examples

1
2
3
data("Univranks")
tree <- ranktree(Univranks$rankings,Univranks$predictors,num=50)
tree

ConsRankClass documentation built on Sept. 28, 2021, 5:10 p.m.