check_nbd {L2hdchange}R Documentation

Check the validity of the neighbourhood specification

Description

Check the validity of the neighbourhood specification

Usage

check_nbd(nbd_info)

Arguments

nbd_info

A list containing the neighbourhood information. See ts_hdchange().

Value

No return value. Show an error message if nbd_info is invalid.

Examples

nbd_info <- list(c(1:10),c(8:20))
check_nbd <- check_nbd(nbd_info)



[Package L2hdchange version 1.0 Index]