Learn R Programming

phylosim (version 3.0.5)

checkConsistency.PSRoot: Check object consistency

Description

Check object consistency. The consisntency check is not implemented in plain PSRoot objects, the method prints out a warning about that.

Usage

# S3 method for PSRoot
checkConsistency(this, ...)

Arguments

this

An object.

...

Not used.

Value

Returns an invisible TRUE if no inconsistencies found in the object, throws an error otherwise.

See Also

For more information see PSRoot.