# This file no longer generated by roxygen as that cannot handle the S3 methods properly

# Exports:
export(align_matrix_block)
export(assign_taxa_to_bins)
export(bin_changes)
export(bin_character_completeness)
export(bin_edge_lengths)
export(build_cladistic_matrix)
export(calculate_morphological_distances)
export(compactify_matrix)
export(date_nodes)
export(estimate_ancestral_states)
export(find_descendant_edges)
export(find_linked_edges)
export(find_minimum_spanning_edges)
export(find_mrca)
export(fix_root_time)
export(map_dollo_changes)
export(map_stochastic_changes)
export(match_tree_edges)
export(ordinate_cladistic_matrix)
export(partition_time_bins)
export(plot_changes_on_tree)
export(plot_chronophylomorphospace)
export(plot_morphospace)
export(plot_morphospace_stack)
export(plot_multi_morphospace)
export(plot_rates_character)
export(plot_rates_time)
export(plot_rates_tree)
export(print.cladisticMatrix)
export(prune_cladistic_matrix)
export(read_nexus_matrix)
export(safe_taxonomic_reduction)
export(safe_taxonomic_reinsertion)
export(test_rates)
export(trim_marginal_whitespace)
export(trim_matrix)
export(write_nexus_matrix)
export(write_tnt_matrix)
exportPattern("^[[:alpha:]]+")

# Imports:
import(ape)
import(phytools)
import(strap)

# Import from:
importFrom(clipr,write_clip)
importFrom(geoscale,geoscalePlot)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,chull)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,rgb)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(methods,hasArg)
importFrom(stats,as.dist)
importFrom(stats,dist)
importFrom(stats,dpois)
importFrom(stats,pchisq)
importFrom(stats,runif)
importFrom(stats,var)
importFrom(utils,combn)

# S3:
S3method(print, cladisticMatrix)
