landscape.genepop.output: writes genepop files based on the genotypes of individuals in...

Description Usage Arguments Details See Also Examples

View source: R/genepopR.R

Description

creates a genepop file. Occupied habitats correspond to genepop populations.

Usage

1
landscape.genepop.output(l, fn = "genepop.out", title = "rmetasim landscape output")

Arguments

l

landscape object

fn

output file name

title

title of output in genepop file

Details

Only exports diploid data. You might want to run landscape.sample() on the landscape before exporting it

See Also

landscape.write.foreign, landscape.write.fdist

Examples

1
2
3
#	l <- landscape.new.example()	
#	l <- landscape.simulate(l,5)
#	landscape.genepop.output(landscape.sample(l,3,24))

stranda/kernelPop2 documentation built on March 30, 2020, 5:37 a.m.