R/Hj.values.1pop.r

Defines functions Calculate.Hj.values.1pop

# Function used within the function calc.r

  Calculate.Hj.values.1pop <- function(allelefrequency3.1poptable){

        Hj.one.population<-Hj(as.numeric(as.vector(allelefrequency3.1poptable$proportion)))
        # The Hj-value for the actual locus and population is calculated.
        Hj.one.population
  }
  

Try the DEMEtics package in your browser

Any scripts or data that you put into this service are public.

DEMEtics documentation built on May 1, 2019, 10:09 p.m.