Learn R Programming

intensitynet (version 1.3.1)

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

Description

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

Usage

PlotNeighborhood(obj, node_id, ...)

Value

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

Arguments

obj

intensitynet object

node_id

Id of the node which the plot will be focused

...

Extra arguments for plotting

Examples

Run this code

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

Run the code above in your browser using DataLab