"Window"(X, ..., from=c("points", "covariates"))
"Window"(X, ..., from=c("points", "covariates"))
"Window"(X, ..., from=c("points", "covariates"))
"Window"(X, ...)
"Window"(X, ...)
"Window"(X, ...)
"Window"(X, ...)
"Window"(X, ...)
"Window"(X, ...)
"Window"(X, ...)
"Window"(X, ...)
"Window"(X, ...)
"Window"(X, ...)
"Window"(X, ...)
"Window"(X, ...)
"Window"(X, ...)
"Window"(X, ...)
"owin"
(see owin.object
)
specifying an observation window.
Window
which extract the spatial window in which the object X
is defined. The argument from
applies when X
is a fitted
point process model
(object of class "ppm"
, "kppm"
or "dppm"
).
If from="data"
(the default),
Window
extracts the window of the original point
pattern data to which the model was fitted.
If from="covariates"
then Window
returns the
window in which the spatial covariates of the model were provided.
Window
,
Window.ppp
,
Window.psp
.
owin.object
X <- quadratcount(cells, 4)
Window(X)
Run the code above in your browser using DataLab