View source: R/printEvalBranch.R
printEvalBranch | R Documentation |
Prints a formatted summary of information from an 'EvalBranch' object or a list containing 'EvalBranch' objects.
printEvalBranch(objectToPrint, compact = TRUE)
compact |
Logical indicating whether to print a concise format (default = TRUE). |
object |
An 'EvalBranch' object or a list containing 'EvalBranch' objects. |
Invisibly returns the 'object'.
Miranda-Esquivel Daniel R.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.