| landscape.obs.het | R Documentation | 
Calculate observed heterozygosity from a landscape
   landscape.obs.het(Rland)
Rland | 
 the Rmetasim landscape object  | 
A matrix with num loci columns and num populations rows. Each element reflects the observed heterozygosity for that population x locus combination
landscape.exp.het, landscape.Fst
  exampleland <- landscape.new.example()
  exampleland <- landscape.simulate(exampleland, 4)
  obshet <- landscape.obs.het(exampleland)
  rm(exampleland)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.