Description Usage Arguments Details Value See Also Examples
return a list object containing actual allele states and their associated indices for a particular locus
| 1 |   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
| 1 2 3 4 |   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.