printEvalBranch: Print Information from an EvalBranch Object

View source: R/printEvalBranch.R

printEvalBranchR Documentation

Print Information from an EvalBranch Object

Description

Prints a formatted summary of information from an 'EvalBranch' object or a list containing 'EvalBranch' objects.

Usage

printEvalBranch(objectToPrint, compact = TRUE)

Arguments

compact

Logical indicating whether to print a concise format (default = TRUE).

object

An 'EvalBranch' object or a list containing 'EvalBranch' objects.

Value

Invisibly returns the 'object'.

Author(s)

Miranda-Esquivel Daniel R.

Examples

library(blepd)  

# Create an EvalBranch object: Evaluate the effect of increasing the length of terminal branches

result_upper <- evalBranch(tree = tree, distribution = distribution, 
                         branchToEval = "terminals", approach = "upper") 

# Print information from the object

printEvalBranch(result_upper)


Dmirandae/blepd documentation built on Jan. 17, 2025, 3:08 p.m.