landscape.theta.h {kernelPop} | R Documentation |
Calculate theta from a landscape based upon heterozygosity.
theta.h.mat <- landscape.theta.h(rland)
rland |
the Rmetasim landscape object |
Uses routines in the package 'ape'
A matrix with num loci columns and num populations rows. Each element reflects the estimated theta for that population x locus combination
landscape.theta.k, landscape.theta.s
# exampleland <- landscape.new.example() # exampleland <- landscape.simulate(exampleland, 4) # landscape.theta.h(exampleland)