landscape.ploidy: return a vector with the ploidy of each locus

Description Usage Arguments Value See Also Examples

View source: R/loci.R

Description

return a vector with the ploidy of each locus in the order they appear in the landscape

Usage

1

Arguments

Rland

the Rmetasim landscape object

Value

vector

See Also

landscape.populations

Examples

1
2
3
  exampleland <- landscape.new.example()
  landscape.ploidy(exampleland)
  rm(exampleland)

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