Rclique(X, path=NULL, ...)
"phylo"
that is the optimized tree.quiet
suppress some output to R console (defaults to quiet = FALSE
); ancestral
vector of ancestral states; weights
vector of weights of length equal to the number of columns in X
(defaults to unweighted); minimum.clique
, if specified, will cause Rclique
to print out all cliques (and corresponding trees) greater than minimum.clique
; outgroup
outgroup if outgroup rooting of the estimated tree is desired; and cleanup
remove PHYLIP input & output files after the analysis is completed (defaults to cleanup = TRUE
).
More information about the clique program in PHYLIP can be found here Rdnacomp
, Rmix
data(primates.bin)
tree<-Rclique(primates.bin)
Run the code above in your browser using DataLab