Learn R Programming

Rsampletrees (version 0.1)

print.treeoutput: Nice display of a treeoutput object

Description

This function prints out information about a treeoutput object. The component runinfo is an object of class 'pars' and is printed using print.pars. The total number of samples and their first/last index is also printed.

Usage

"print"(x, ...)

Arguments

x
An object of class 'treeoutput'
...
additional arguments to print; currently unused

References

TBD

See Also

print.pars

Examples

Run this code
filename=system.file("Examples/example_g_pars",package="Rsampletrees")

runpars=readArgs(filename, check=FALSE)
runname=paste(system.file(package="Rsampletrees"),runpars$RunName, sep="/")
runpars=changeArgs(runpars, RunName=runname)
results=readOutput(runpars)

print(results)

Run the code above in your browser using DataLab