get.stochastic {igraph} | R Documentation |
Stochastic matrix of a graph
Description
get.stochastic()
was renamed to stochastic_matrix()
to create a more
consistent API.
Usage
get.stochastic(
graph,
column.wise = FALSE,
sparse = igraph_opt("sparsematrices")
)
Arguments
graph |
The input graph. Must be of class |
column.wise |
If |
sparse |
Logical scalar, whether to return a sparse matrix. The
|
[Package igraph version 2.0.3 Index]