landscape.FWright: Calculates Wright's Fixation index at each locus in each...

Description Usage Arguments Value See Also Examples

Description

Calculate F

Usage

1
  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

1
2
3
4
5
  exampleland <- landscape.new.example()
  landscape.FWright(exampleland)
  exampleland <- landscape.simulate(exampleland, 4)
  landscape.FWright(exampleland)
  rm(exampleland)

stranda/kernelPop2 documentation built on March 30, 2020, 5:37 a.m.