select_top_weights {WOTPLY} | R Documentation |
select_top_weights
Description
select_top_weights
Usage
select_top_weights(transition_matrix, top_link = NULL)
Arguments
transition_matrix |
Output from get_transition_matrix. |
top_link |
Integer.Maximum number of links to select between clusters at time t and clusters at time t+1. Links are sorted according to the weight and then only the top_link are kept. If NULL (default), all the links are kept. |
Value
A matrix
Author(s)
Gabriele Lubatti gabriele.lubatti@helmholtz-muenchen.de
[Package WOTPLY version 0.1.0 Index]