R/check.neighborint.R

check.neighborint <- function (neighborint)
{
  k <- 1
  while (any(names(neighborint) %in% unlist(neighborint))){
    neighborint[neighborint[[k]]] <- NULL
    k <- k + 1
  }
  neighborint
}

Try the logicFS package in your browser

Any scripts or data that you put into this service are public.

logicFS documentation built on Nov. 8, 2020, 5:23 p.m.