R/UncondNeighborhood.R

Defines functions TotalVarNeighborhood ContNeighborhood

Documented in ContNeighborhood TotalVarNeighborhood

## generating function
ContNeighborhood <- function(radius = 0){ 
    new("ContNeighborhood", radius = radius) 
}

## generating function
TotalVarNeighborhood <- function(radius = 0){ 
    new("TotalVarNeighborhood", radius = radius) 
}

Try the RobAStBase package in your browser

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

RobAStBase documentation built on Feb. 2, 2024, 3 p.m.