est_maxPhases | R Documentation |
Parameter sweep of function rn_phases for argument maxPhases
. Use to check at which value of maxPhases
no additional phases will be detected.
est_maxPhases(
RN,
range = 2:10,
minStatesinPhase = 1,
maxStatesinPhase = NROW(RN),
useDegree = FALSE,
inverseWeight = TRUE,
cleanUp = TRUE,
removeSingularities = TRUE
)
RN |
Recurrence matrix |
range |
Two element vector with minimum and maximum |
minStatesinPhase |
A parameter applied after the extraction of phases (limited by |
maxStatesinPhase |
A parameter applied after the extraction of phases (limited by |
useDegree |
By default, node strength will be used to determine the phases. Set to |
inverseWeight |
Whether to perform the operation |
cleanUp |
Try to assign states to phases that were not assigned by the algorithm. If |
removeSingularities |
Will remove states that recur only once (nodes with |
Data frame with maxPhases by detectedPhases
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.