| printSwapBL | R Documentation | 
Prints information from a 'swapBL' object. The output format can be controlled using the 'compact' and 'tabular' arguments.
printSwapBL(objectToPrint, compact = FALSE, tabular = TRUE)
| objectToPrint | An 'swapBL' object. | 
| compact | Logical indicating whether to print a compact output (default: FALSE). | 
| tabular | Logical indicating whether to print output in tabular format (default: TRUE). | 
Invisibly returns the object.
Miranda-Esquivel Daniel R.
library(blepd)  
# Create a swapBL object
evalBranch <-  swapBL(tree=tree,
                      distribution = distribution,
                          model = "simpleswap",
                          branch = "terminals",
                          verbose = TRUE
                         )
# Print information from the object
printSwapBL(evalBranch)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.