print.cladisticMatrix {Claddis}R Documentation

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 class 'cladisticMatrix'
print(x, ...)

Arguments

x

An object of class "cladisticMatrix".

...

Further arguments passed to or from other methods.

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.

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.

Author(s)

Graeme T. Lloyd graemetlloyd@gmail.com

See Also

build_cladistic_matrix, compactify_matrix, prune_cladistic_matrix, read_nexus_matrix, safe_taxonomic_reduction, write_nexus_matrix, write_tnt_matrix

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)


[Package Claddis version 0.6.3 Index]