domain.lpp | R Documentation |
Given a spatial object representing data on a linear network, extract the network.
## S3 method for class 'lpp'
domain(X, ...)
## S3 method for class 'lppm'
domain(X, ...)
## S3 method for class 'linfun'
domain(X, ...)
## S3 method for class 'lintess'
domain(X, ...)
X |
A spatial object representing data on a linear network.
An object of class |
... |
Extra arguments. They are ignored by all the methods listed here. |
The function domain
is generic,
with methods for many classes.
For a spatial object X
domain(X)
extracts the spatial domain in which X
is
defined.
For a two-dimensional object X
, typically domain(X)
is the same as Window(X)
.
The exception is that, if X
is a point pattern on a linear network
(class "lpp"
) or a point process model on a linear network
(class "lppm"
), then domain(X)
is the linear network
on which the points lie, while Window(X)
is the two-dimensional
window containing the linear network.
A linear network (object of class "linnet"
).
.
domain
,
domain.rmhmodel
,
domain.ppm
.
Window
,
Frame
domain(chicago)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.