AreEventsRelated: Checks if events are related to the intensitynet object

View source: R/intensitynet.R

AreEventsRelatedR Documentation

Checks if events are related to the intensitynet object

Description

Checks if events are related to the intensitynet object

Usage

AreEventsRelated(obj)

## S3 method for class 'intensitynet'
AreEventsRelated(obj)

Arguments

obj

Intensitynet object

Value

TRUE if related, FALSE otherwise

Examples


data("und_intnet_chicago")
AreEventsRelated(und_intnet_chicago)


intensitynet documentation built on April 11, 2023, 6:07 p.m.