Learn R Programming

spatstat.linnet (version 3.2-2)

Window.lpp: Extract Window of Spatial Object on a Network

Description

Given a spatial object on a network, these functions extract the window in which the network is defined.

Usage

# S3 method for lpp
Window(X, ...)

# S3 method for lppm Window(X, ...)

Value

An object of class "owin"

(see owin.object) specifying an observation window.

Arguments

X

A spatial object.

...

Ignored.

Author

Adrian Baddeley Adrian.Baddeley@curtin.edu.au, Rolf Turner rolfturner@posteo.net and Ege Rubak rubak@math.aau.dk.

Details

These are methods for the generic function Window which extract the spatial window in which the object X is defined.

For the methods defined here, X should be a spatial object on a linear network (object of class "lpp" or "lppm").

See Also

Window.

Examples

Run this code
   Window(spiders)

Run the code above in your browser using DataLab