print.cladisticMatrix: Compact display of a cladistic matrix
Description
Displays a compact summary of the dimensions and nature of a cladistic matrix object.
Usage
# S3 method for cladisticMatrix
print(x, ...)
Value
Nothing is directly returned, instead a text summary describing the dimensions and nature of an object of class "cladisticMatrix" is printed to the console.
Arguments
x
An object of class "cladisticMatrix".
...
Further arguments passed to or from other methods.
Displays some basic summary information on a cladistic matrix object, including number and type of characters, information about ordering, and whether variable weights are used.
# Show print.cladisticMatrix version of each included data sets:print.cladisticMatrix(x = day_2016)
print.cladisticMatrix(x = gauthier_1986)
print.cladisticMatrix(x = michaux_1989)