Learn R Programming

intensitynet (version 1.3.1)

ApplyWindow: Get the intensitynet object delimited by the given window

Description

Get the intensitynet object delimited by the given window

Usage

ApplyWindow(obj, x_coords, y_coords)

Value

intensitynet object delimited by the window (sub-part of the original)

Arguments

obj

intensitynet object

x_coords

vector containing the x coordinate limits of the window

y_coords

vector containing the y coordinate limits of the window

Examples

Run this code

data("und_intnet_chicago")
sub_intnet_chicago <- ApplyWindow(und_intnet_chicago, 
                                  x_coords = c(300, 900), 
                                  y_coords = c(500, 1000))

Run the code above in your browser using DataLab