Learn R Programming

datelife (version 0.6.8)

patristic_matrix_name_order_test: Test the name order of a patristic matrix so that row and column labels are in alphabetical order.

Description

patristic_matrix_name_order_test is only used in patristic_matrix_list_to_array().

Usage

patristic_matrix_name_order_test(
  patristic_matrix,
  standard.rownames,
  standard.colnames
)

Value

Boolean.

Arguments

patristic_matrix

A patristic matrix, rownames and colnames must be taxa.

standard.rownames

A character vector of row names.

standard.colnames

A character vector of column names.