isrownor | R Documentation |
Checks if a spatial weights matrix is row-normalized.
isrownor(W)
W |
spatial weights matrix |
Logical value. If the weights matrix is row-normalized such that all rows sum up to 1, the value is TRUE.
Rozeta Simonovska
rownor
data("usa46", package="SDPDmod")
isrownor(usa46)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.