concatPops: concatPops

Description Usage Arguments Author(s) Examples

Description

Generic method behind concatPops.twDEMCPops

Usage

1

Arguments

...

Author(s)

Thomas Wutzler

Examples

1
2
3
4
5
6
7
8
9
if( FALSE ){
	getNSamples(tmp <- concatPops(res))
	getNChains(tmp)
	getNPops(tmp)
	#mtrace(concatPops.twDEMCPops)
	getNSamples(tmp <- concatPops(res,minPopLength=10))
	getNChains(tmp)
	getNPops(tmp)
}

twDEMC documentation built on May 2, 2019, 5:38 p.m.