Steps (S): The total number of times a node is visited starting from the corresponding node in the row.
Probabilities (P): The node visit probabilities starting from the corresponding node in the row.
Arguments
graph
an igraph object
Nrep
number of repeats (default:100)
Nstep
maximum number steps (default:5)
weighted_walk
choose the weighted walk algorithm if TRUE and simple random walk if FALSE. (default: TRUE)