Methods for Influence Objects
Methods for the class "influence.ppm"
.
## S3 method for class 'influence.ppm' as.ppp(X, ...) ## S3 method for class 'influence.ppm' as.owin(W, ..., fatal=TRUE) ## S3 method for class 'influence.ppm' domain(X, ...) ## S3 method for class 'influence.ppm' Smooth(X, ...) ## S3 method for class 'influence.ppm' Window(X, ...) ## S3 method for class 'influence.ppm' integral(f, domain, ...)
X,W,f |
An object of class |
domain |
Optional. Domain of integration: a window (class |
... |
Additional arguments. See Details. |
fatal |
Logical value indicating what to do if the data cannot be
converted to a window. If |
These functions are methods for the class "influence.ppm"
.
An object of this class
represents the influence measure of a fitted point process model
(see influence.ppm
).
For as.ppp
, domain
, integral
and Window
,
additional arguments (...
) are ignored.
For as.owin
and Smooth
,
additional arguments are passed to the method for class "ppp"
.
A window (object of class "owin"
) for
as.owin
, domain
and Window
.
A point pattern (object of class "ppp"
) for
as.ppp
. A numeric value or numeric vector for integral
.
A pixel image, or list of pixel images, for Smooth
.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au, Rolf Turner r.turner@auckland.ac.nz and Ege Rubak rubak@math.aau.dk
fit <- ppm(cells ~ x) a <- influence(fit) Window(a)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.