Estimate the time since the onset of hybridization, using the number of junctions
Source:R/estimate_time.R
estimate_time.Rd
Estimate the time since the onset of hybridization, following equation 14 in Janzen et al. 2018
Examples
J <- number_of_junctions(N = 100, R = 1000, H_0 = 0.5, C = 1, t = 200)
estimate_time(J = J, N = 100, R = 1000, H_0 = 0.5, C = 1)
#> [1] 200
# should be 200 again