generate_tree_vec.Rd
Generate a list of phylogenetic trees based on subsamples from phylogenetic matrix, as generated from function generate_sets. Return return a vector of plots showing the tree and the specified data.
generate_tree_vec(phy_mat, start, stop, tree)
phy_mat | Phylogenetic matrix |
---|---|
start | Which character to begin sampling characters at |
stop | Which character to end sampling characters at |
tree | Starting tree for parsimony search |
Vector
tr <- generate_tree_vec(bears, 1, 2, tree)#>#> Final p-score 2 after 0 nni operations