print.cladisticMatrix function

Compact display of a cladistic matrix

Compact display of a cladistic matrix

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)

See Also

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

Author(s)

Graeme T. Lloyd graemetlloyd@gmail.com

  • Maintainer: Graeme T. Lloyd
  • License: GPL (>= 2)
  • Last published: 2024-09-03

Useful links