print.summary.lcm_tree_compact: Compact printing of 'lcm_tree()' model fits

View source: R/summarize_results.R

print.summary.lcm_tree_compactR Documentation

Compact printing of lcm_tree() model fits

Description

print.summary.lcm_tree_compact is a print method for class summary.lcm_tree_compact.

Usage

## S3 method for class 'summary.lcm_tree_compact'
print(x, print_leaves = TRUE, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

output from summary.lcm_tree with compact = TRUE.

print_leaves

If TRUE, for each discovered group the full list of leaves will be printed. Set this to FALSE if these leaf lists make output difficult to read.

digits

Number of significant digits to print.

...

Not used.

Value

see print.lcm_tree()

See Also

Other lcm_tree results: print.lcm_tree(), print.summary.lcm_tree_long(), summary.lcm_tree()


zhenkewu/lotR documentation built on April 24, 2022, 2:36 a.m.