Print and show methods
# S4 method for ouchtree
print(x, ...)# S4 method for ouchtree
show(object)
# S4 method for hansentree
print(x, ...)
# S4 method for hansentree
show(object)
# S4 method for browntree
show(object)
# S4 method for browntree
print(x, ...)
print returns x, invisibly.
show returns NULL, invisibly.
additional arguments, ignored.
object to display.
print displays the tree as a table, along with the coefficients of the fitted model and diagnostic information.
show provides a similar display.