GetEvents: Gives the events related to the intensitynet object

View source: R/intensitynet.R

GetEventsR Documentation

Gives the events related to the intensitynet object

Description

Returns a matrix containing the events information, i.e. coordinates and categories

Usage

GetEvents(obj)

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

Arguments

obj

intensitynet object

Value

matrix containing the event information

Examples


data("und_intnet_chicago")
GetEvents(und_intnet_chicago)


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