landscape.allelecount: Calculate allele numbers (frequency in the statistical sense)...

Description Usage Arguments Value See Also Examples

View source: R/diversity.R

Description

Calculate allele counts

Usage

1
  landscape.allelecount(Rland, tbl.out=FALSE)

Arguments

Rland

the Rmetasim landscape object

tbl.out

Create a table rather than data.frame output

Value

Depends on the value of tbl.out. See above.

See Also

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

Examples

1
2
3
4
5
  exampleland <- landscape.new.example()
  exampleland <- landscape.simulate(exampleland, 4)
  landscape.allelefreq(exampleland,tbl.out=TRUE)
  landscape.allelefreq(exampleland,tbl.out=FALSE)
  rm(exampleland)

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