Learn R Programming

TreeSearch (version 1.1.2)

SPRWarning: TBR Warning Print a warning and return given tree

Description

TBR Warning Print a warning and return given tree

Usage

SPRWarning(parent, child, error)

TBRWarning(parent, child, error)

Value

the tree specified in tree

Arguments

error

error message to report

tree

tree to return

Functions

  • SPRWarning: for SPR rearrangements

Author

Martin R. Smith

Examples

Run this code
suppressWarnings(TBRWarning(0, 0, 'Message text')) # will trigger warning


Run the code above in your browser using DataLab