is.cladisticMatrix {Claddis} | R Documentation |
Functions to deal with the cladistic matrix class.
is.cladisticMatrix(x)
x |
A cladisticMatrix object. |
Claddis uses various classes to define specific types of data, here the use of cladistic data (the main input of the package) is assigned the class "cladisticMatrix".
is.cladisticMatrix
checks whether an object is or is not a valid cladisticMatrix object.
is.cladisticMatrix
returns either TRUE or FALSE.
Graeme T. Lloyd graemetlloyd@gmail.com
# Check that this is a valid cladisticMatrix object (will succeed as format and
# class are correct):
is.cladisticMatrix(x = day_2016)