betasVectorDefault {ConnMatTools} | R Documentation |
Compute vector of beta values
Description
Helper function to compute a set of beta values using formula used in Jacobi et al. (2012).
Usage
betasVectorDefault(n, steps = 10, cycles = 3/4, coeff = 0.8, pwr = 3)
Arguments
n |
numerator of formula from Jacobi et al. (2012). Normally will be
the number of columns in the connectivity matrix if one normalizes the
columns (otherwise, it would typically be |
steps |
number of beta values to return. Defaults to 10. |
cycles |
how many cycles of |
coeff |
coefficient in front of sine function |
pwr |
exponent in denominator |
Value
vector of beta values
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
[Package ConnMatTools version 0.3.5 Index]