summary.tree_scan: Summary Method for tree_scan Objects

View source: R/print.R

summary.tree_scanR Documentation

Summary Method for tree_scan Objects

Description

Prints the same fields as print.tree_scan(), followed by the full table of all candidate cuts (not just significant ones) ordered by decreasing log-likelihood ratio.

Usage

## S3 method for class 'tree_scan'
summary(object, ...)

Arguments

object

An object of class "tree_scan".

...

Further arguments passed to print.tree_scan(). In particular, max_show controls how many leaf IDs of the most-likely cluster are printed in full before truncating with "... and N more"; see print.tree_scan for details.

Value

Invisibly returns object (the input object of class "tree_scan"), unchanged. Called for the side effect of printing the same fields as print.tree_scan(), followed by the full table of all candidate cuts (not just significant ones) ordered by decreasing log-likelihood ratio.


treeSS documentation built on May 16, 2026, 1:08 a.m.