landscape.ploidy {kernelPop}R 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)

[Package kernelPop version 0.9.09 Index]