is.cladisticMatrix {Claddis} | R Documentation |
Cladistic matrix class
Description
Functions to deal with the cladistic matrix class.
Usage
is.cladisticMatrix(x)
Arguments
x |
A cladisticMatrix object. |
Details
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.
Value
is.cladisticMatrix
returns either TRUE or FALSE.
Author(s)
Graeme T. Lloyd graemetlloyd@gmail.com
Examples
# Check that this is a valid cladisticMatrix object (will succeed as format and
# class are correct):
is.cladisticMatrix(x = day_2016)
[Package Claddis version 0.7.0 Index]