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

Description Usage Arguments Value See Also Examples

View source: R/loci.R

Description

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

Usage

1

Arguments

Rland

the Rmetasim landscape object

Value

vector

See Also

landscape.populations

Examples

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

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