View source: R/Ultrametrics.HAR.R
Ultrametrics.HAR | R Documentation |
This sampler samples a point in the space of ultrametrics where each point represents an equidistant tree on n leaves
Ultrametrics.HAR(x0, n, I = 1, h = 1)
x0 |
an equidistant tree defined as ultrametric |
n |
number of leaves for the equidistant tree |
I |
number of states in the Markov chain |
h |
height of phylogenetic tree |
point in the space of ultrametrics over n leaves
Ruriko Yoshida ryoshida@nps.edu
Yoshida, Ruriko, Keiji Miura and David Barnhill (2022). Hit and Run Sampling from Tropically Convex Sets.
x0 <-Sim_Trees15[1,]
n<-10
Ultrametrics.HAR(x0, n, I = 50, h = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.