Retrieve an intensitynet object focused on a given area
Get the intensitynet object delimited by the given window
ApplyWindow(obj, x_coords, y_coords) ## S3 method for class 'intensitynet' ApplyWindow(obj, x_coords, y_coords)
obj
: intensitynet objectx_coords
: vector containing the x coordinate limits of the windowy_coords
: vector containing the y coordinate limits of the windowintensitynet object delimited by the window (sub-part of the original)
data("und_intnet_chicago") sub_intnet_chicago <- ApplyWindow(und_intnet_chicago, x_coords = c(300, 900), y_coords = c(500, 1000))
Useful links