recSplitConnMat: Recursively subdivides a set of subpoplations

Description Usage Arguments Author(s) References See Also

View source: R/jacobi_etal_2012.R

Description

This funtion recursively splits each subpopulation of a list of subpopulations until none of the subpopulations can be split further to improve the minimization.

Usage

1
recSplitConnMat(subpops.lst, conn.mat, beta, ...)

Arguments

subpops.lst

A list whose elements are vectors of indices for each subpopulation. See subpopsVectorToList.

conn.mat

A square connectivity matrix. This matrix has typically been normalized and made symmetric prior to using this function.

beta

Controls degree of splitting of connectivity matrix, with larger values generating more subpopulations.

...

further arguments to be passed to splitConnMat

Author(s)

David M. Kaplan dmkaplan2000@gmail.com

References

Jacobi, M. N., Andre, C., Doos, K., and Jonsson, P. R. 2012. Identification of subpopulations from connectivity matrices. Ecography, 35: 1004-1016.

See Also

See also optimalSplitConnMat, splitConnMat, subpopsVectorToList


ConnMatTools documentation built on Feb. 3, 2020, 5:06 p.m.