Learn R Programming

Rsampletrees (version 0.1)

print.pars: Nice display of tags and values of a sampletrees settings object

Description

This function prints out the values in a sampletrees settings object in a tabular format. The first column of the table is the names of all the tags. The second column gives their corresponding values.

Usage

"print"(x, ...)

Arguments

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

References

TBD

See Also

summary.pars, checkArgs, print.treeoutput

Examples

Run this code
runpars=newArgs()
print(runpars)
runpars

Run the code above in your browser using DataLab