landscape.locusvec: return a vector with the locus ids for each column in the...

landscape.locusvecR Documentation

return a vector with the locus ids for each column in the individuals component of a landscape

Description

return a vector with the locus ids for each column in the individuals component of a landscape

Usage

  landscape.locusvec(Rland)

Arguments

Rland

the Rmetasim landscape object

Value

vector

See Also

landscape.populations

Examples

  exampleland <- landscape.new.example()
  exampleland <- landscape.simulate(exampleland, 4)
  landscape.locusvec(exampleland)
  rm(exampleland)

stranda/quantsel documentation built on July 10, 2022, 2:28 p.m.