Learn R Programming

rpst (version 1.0.0)

print.rpst: Print out a "rpst" object

Description

Print node and node information details of "rpst".

Usage

# S3 method for rpst
print(x, ...)

Arguments

x

a "rpst" project.

additional summary arguments.

See Also

rpst, predict.rpst, plot.rpst.

Examples

Run this code
#require(survival)
data <- gen.data(n = 20, p = 5, c = 2)
tree <- rpst(data$data, minsize = 2)
print.rpst(tree)

Run the code above in your browser using DataLab