landscape.FWright {kernelPop}R Documentation

Calculates Wright's Fixation index at each locus in each population

Description

Calculate F

Usage

  Fmat <- landscape.FWright(rland)

Arguments

rland the Rmetasim landscape object

Value

A matrix of population x locus measures of Wright's F

See Also

obs.het.landscape, exp.het.landscape, allelefreq.landscape, Fst.landscape

Examples

  exampleland <- landscape.new.example()
  landscape.FWright(exampleland)
  exampleland <- landscape.simulate(exampleland, 4)
  landscape.FWright(exampleland)
  rm(exampleland)

[Package kernelPop version 0.9.09 Index]