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

View source: R/loci.R

landscape.ploidyR Documentation

return a vector with the ploidy of each locus

Description

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

Usage

  landscape.ploidy(Rland)

Arguments

Rland

the Rmetasim landscape object

Value

vector

See Also

landscape.populations

Examples

  exampleland <- landscape.new.example()
  landscape.ploidy(exampleland)
  rm(exampleland)

stranda/rmetasim documentation built on Aug. 25, 2023, 12:22 p.m.