landscape.populations: return a vector of population IDs from a landscape

Description Usage Arguments Details Value See Also Examples

View source: R/individuals.R

Description

return a vector of population IDs from a landscape

Usage

1

Arguments

Rland

the Rmetasim landscape object

Details

Returns a vector of length dim(rland$individuals)[1] where rland is a landscape object. The vector classifies individuals into populations (or habitats)

Value

a vector

See Also

landscape.locus, landscape.ploidy

Examples

1
2
3
4
5
  exampleland <- landscape.new.example()
  exampleland <- landscape.simulate(exampleland, 4)
  plot(table(landscape.populations(exampleland)),
       main="Distribution of population size in landscape")
  rm(exampleland)

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