Normalization of the weighted adjacency matrix in the Transition* object.
Matrix values are divided by their respective row-sums, column-sums, or the product of the square-roots of both (symmetric normalization).
The default method is row-normalization.
To use the other normalization methods, users can set the optional method argument to either "col" or "symm".
For random walk calculations a symmetric matrix is needed (method = "symm").