landscape.theta.s: Calculate theta using segregating sites

Description Usage Arguments Details Value See Also Examples

View source: R/pegas_interface.R

Description

Calculate theta from a landscape based upon the number of seqregating sites.

Usage

1

Arguments

rland

the Rmetasim landscape object

Details

Uses routines in the package 'ape'

Value

A matrix with num loci columns and num populations rows. Each element reflects the estimated theta for that population x locus combination

See Also

theta.k.landscape, theta.h.landscape

Examples

1
2
3
4
  exampleland <- landscape.new.example()
  exampleland <- landscape.simulate(exampleland, 4)
  theta.s.mat <- landscape.theta.s(exampleland)
  theta.s.mat

rmetasim documentation built on Feb. 8, 2020, 1:06 a.m.