Learn R Programming

Claddis (version 0.7.0)

check_cladisticMatrix: Check cladisticMatrix object for errors

Description

Internal function to check cladisticMatrix object for errors.

Usage

check_cladisticMatrix(cladistic_matrix)

Value

An error message or empty vector if no errors found.

Arguments

cladistic_matrix

An object of class cladisticMatrix.

Author

Graeme T. Lloyd graemetlloyd@gmail.com

Details

Internal Claddis function. Nothing to see here. Carry on.

Examples

Run this code

# Check that this is a valid cladisticMatrix object (will return error message as class
# is not set):
check_cladisticMatrix(cladistic_matrix = day_2016)

Run the code above in your browser using DataLab