The function creates higher order neighbour lists, where higher order neighbours are only lags links from each other on the graph described by the input neighbours list. It will refuse to lag neighbours lists with the attribute self.included set to TRUE. nblag_cumul cumulates neighbour lists to a single neighbour list (nb object).
nblag(neighbours, maxlag)nblag_cumul(nblags)
Arguments
neighbours: input neighbours list of class nb
maxlag: the maximum lag to be constructed
nblags: a list of neighbour lists as output by nblag
Returns
returns a list of lagged neighbours lists each with class nb