popPROP | R Documentation |
This function calculates determines the proportion of the population flowing into a site - this is used to later parameterise preference
popPROP(network, population)
network |
network of connections between sites |
population |
This is the total size of the populaiton or number of individuals allowed to flow through the network |
A matrix containing the proportion of the population able to flow into that
dta <- data.frame(Site= LETTERS[1:4], Lat= 1:4, Lon= 5:8, Pop=100:103)
network <- point2DIST(dta)
popPROP(network, 300)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.