FWright.landscape {rmetasim}R Documentation

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

Description

Calculate F

Usage

  Fmat <- FWright.landscape(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 <- new.example.landscape()
  FWright.landscape(exampleland)
  exampleland <- simulate.landscape(exampleland, 4)
  FWright.landscape(exampleland)
  rm(exampleland)

[Package Contents]