Displays a compact summary of the dimensions and nature of a cladistic matrix object.
## S3 method for class 'cladisticMatrix'print(x,...)
Arguments
x: An object of class "cladisticMatrix".
...: Further arguments passed to or from other methods.
Returns
Nothing is directly returned, instead a text summary describing the dimensions and nature of an object of class "cladisticMatrix" is printed to the console.
Details
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.
Examples
# Show print.cladisticMatrix version of each included data sets:print.cladisticMatrix(x = day_2016)print.cladisticMatrix(x = gauthier_1986)print.cladisticMatrix(x = michaux_1989)