check_cladisticMatrix {Claddis} | R Documentation |
Check cladisticMatrix object for errors
Description
Internal function to check cladisticMatrix object for errors.
Usage
check_cladisticMatrix(cladistic_matrix)
Arguments
cladistic_matrix |
An object of class |
Details
Internal Claddis function. Nothing to see here. Carry on.
Value
An error message or empty vector if no errors found.
Author(s)
Graeme T. Lloyd graemetlloyd@gmail.com
Examples
# Check that this is a valid cladisticMatrix object (will return error message as class
# is not set):
check_cladisticMatrix(cladistic_matrix = day_2016)
[Package Claddis version 0.7.0 Index]