nhood | R Documentation |
Neighborhood of specific cell in array
nhood(
A,
idx,
ownRent_vars = c("own", "rnt"),
sex_vars = c("mal", "fem"),
cenRace_vars = c("wh", "bl", "as", "aian", "pac", "oth", "twp"),
age_vars = c("0-17", "18-62", "62p"),
hispDes_vars = c("hisp", "nonhisp"),
minCount = -10^5,
maxCount = 10^5
)
A |
data array |
idx |
specific cell to find its neighborhood |
ownRent_vars |
levels of ownRent variable to return |
sex_vars |
levels of sex variable to return |
cenRace_vars |
levels of CenRace variable to return |
age_vars |
levels of age variable to return |
hispDes_vars |
levels of hisp variable to return |
minCount |
min value to return |
maxCount |
max value to return |
data frame with neighborhood cell of idx
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.