betasVectorDefault: Compute vector of beta values

Description Usage Arguments Value Author(s) References See Also

View source: R/jacobi_etal_2012.R

Description

Helper function to compute a set of beta values using formula used in Jacobi et al. (2012).

Usage

1
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 N^2 / sum(conn.mat), where N is the number of columns of conn.mat.

steps

number of beta values to return. Defaults to 10.

cycles

how many cycles of 2*pi to do.

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


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