Description Usage Arguments Details Value See Also Examples
return a vector of population IDs from a landscape
1 | landscape.populations(Rland)
|
Rland |
the Rmetasim landscape object |
Returns a vector of length dim(rland$individuals)[1]
where rland is a
landscape object. The vector classifies individuals into populations
(or habitats)
a vector
landscape.locus, landscape.ploidy
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.