Learn R Programming

Claddis (version 0.7.0)

is.cladisticMatrix: Cladistic matrix class

Description

Functions to deal with the cladistic matrix class.

Usage

is.cladisticMatrix(x)

Value

is.cladisticMatrix returns either TRUE or FALSE.

Arguments

x

A cladisticMatrix object.

Author

Graeme T. Lloyd graemetlloyd@gmail.com

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.

Examples

Run this code

# Check that this is a valid cladisticMatrix object (will succeed as format and
# class are correct):
is.cladisticMatrix(x = day_2016)

Run the code above in your browser using DataLab