nn_binom | R Documentation |
calculates binomial distributions with n = k for each k in k_vec and probability of success p
nn_binom(k_vec, p)
k_vec |
vector of integers to use as n values for binomial distribution |
p |
probability of success. Should equal the concentration of the point pattern that this will be compared to using the neighbors() function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.