R/print.R

#' Print and show methods
#'
#' @details
#' `print` displays the tree as a table, along with the coefficients of the fitted model and diagnostic information.
#' `show` provides a similar display.
#' @name print
#' @rdname print
#' @keywords internal
#' @aliases show
#' @family methods for ouch trees
#' @param object,x object to display.
#' @param ... additional arguments, ignored.
#' @return
#' `print` returns `x`, invisibly.
#' 
#' `show` returns `NULL`, invisibly.
#'
NULL

Try the ouch package in your browser

Any scripts or data that you put into this service are public.

ouch documentation built on April 25, 2023, 9:10 a.m.