is.cladisticMatrix: Cladistic matrix class

View source: R/is.cladisticMatrix.R

is.cladisticMatrixR 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)


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