check_cladisticMatrix: Check cladisticMatrix object for errors

View source: R/check_cladisticMatrix.R

check_cladisticMatrixR 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 cladisticMatrix.

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)


graemetlloyd/Claddis documentation built on May 9, 2024, 8:07 a.m.