landscape.theta.k {kernelPop} | R Documentation |
Calculate theta using number of alleles from a landscape.
theta.k.mat <- landscape.theta.k(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.h, landscape.theta.s
# exampleland <- landscape.new.example() # exampleland <- landscape.simulate(exampleland, 4) # landscape.theta.k(exampleland)