check_nbd: Check the validity of the neighbourhood specification

View source: R/internal_functions.R

check_nbdR 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)



L2hdchange documentation built on July 26, 2023, 6:06 p.m.