Learn R Programming

Claddis (version 0.7.0)

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.

Author

Graeme T. Lloyd graemetlloyd@gmail.com

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.

See Also

build_cladistic_matrix, compactify_cladistic_matrix, prune_cladistic_matrix, read_nexus_matrix, safe_taxonomic_reduction, write_nexus_matrix, write_tnt_matrix

Examples

Run this code

# Show print.cladisticMatrix version of each included data sets:
print.cladisticMatrix(x = day_2016)
print.cladisticMatrix(x = gauthier_1986)
print.cladisticMatrix(x = michaux_1989)

Run the code above in your browser using DataLab