View source: R/utils-constants.R
szero | R Documentation |
Calculate the global sum of weights
szero(wt)
wt |
a weights list—i.e. created by |
a scalar numeric
nb <- st_contiguity(guerry)
wt <- st_weights(nb)
szero(wt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.