View source: R/internal_functions.R
check_nbd | R Documentation |
Check the validity of the neighbourhood specification
check_nbd(nbd_info)
nbd_info |
A list containing the neighbourhood information. See |
No return value. Show an error message if nbd_info is invalid.
nbd_info <- list(c(1:10),c(8:20))
check_nbd <- check_nbd(nbd_info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.