landscape.genepop.output | R Documentation |
creates a genepop file. Occupied habitats correspond to genepop populations.
landscape.genepop.output( l, fn = "genepop.out", title = "rmetasim landscape output" )
l |
landscape object |
fn |
output file name |
title |
title of output in genepop file |
Only exports diploid data. You might want to run landscape.sample()
on the landscape before exporting it
landscape.write.foreign, landscape.write.fdist
# l <- landscape.new.example() # l <- landscape.simulate(l,5) # landscape.genepop.output(landscape.sample(l,3,24))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.