Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

check_overlap

Check if proposed configurations overlap


Description

Given a matrix config of proposed configurations, using the single zone information in overlap, see if each proposed configuration is valid in that the single zones don't overlap with each other.

Usage

check_overlap(config, overlap)

Arguments

config

n by k matrix of configurations where n is the number of proposed configurations and k is the configuration size (in terms of the number of single zones)

overlap

See create_geo_objects

Value

A vector of length n indicating if each of the proposed configs overlap (0 if they do overlap, 1 if they don't)

Author(s)

Albert Y. Kim


SpatialEpi

Methods and Data for Spatial Epidemiology

v1.2.3
GPL-2
Authors
Cici Chen [ctb], Albert Y. Kim [aut, cre], Michelle Ross [ctb], Jon Wakefield [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.