PlotNeighborhood: Plot the neighbors of a node including the closer events

View source: R/intensitynet.R

PlotNeighborhoodR Documentation

Plot the neighbors of a node including the closer events

Description

Plot the net and the events in the neighborhood area of the given node

Usage

PlotNeighborhood(obj, node_id, ...)

## S3 method for class 'intensitynet'
PlotNeighborhood(obj, node_id, ...)

Arguments

obj

intensitynet object

node_id

Id of the node which the plot will be focused

...

Extra arguments for plotting

Value

No return value, just plots the neighborhood and the events.

Examples


data("und_intnet_chicago")
PlotNeighborhood(und_intnet_chicago, node_id = 'V300')


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