GetEvents {intensitynet}R 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)


[Package intensitynet version 1.4.0 Index]