landscape.states | R Documentation |
return a list object containing actual allele states and their associated indices for a particular locus
landscape.states(lnum=1,Rland)
lnum |
the locus to return |
Rland |
the Rmetasim landscape object |
Returns a list with two elements, aindex containing the allele indices and state containing the actual allele states.
list
landscape.locus, landscape.locus.states
exampleland <- landscape.new.example() exampleland <- landscape.simulate(exampleland, 4) landscape.states(1,exampleland) rm(exampleland)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.