Learn R Programming

PCMBase (version 1.2.14)

is.PCMTree: Check that a tree is a PCMTree

Description

Check that a tree is a PCMTree

Usage

is.PCMTree(tree)

Value

a logical TRUE if `inherits(tree, "PCMTree")` is TRUE.

Arguments

tree

a tree object.