Library: | spatial |
See also: | SPPPinit SPPPinitrandom SPPPsetregion SPPPkfn SPPPpsim SPPPstrauss SPPPssi SPPPkenvl SPPPkaver |
Quantlet: | SPPPgetregion | |
Description: | Retrieves the rectangular spatial domain that previously has been set by SPPPinit or SPPPsetregion. |
Usage: | area = SPPPgetregion () | |
Output: | ||
res | 4 x 1 - vector consisting of xl, xu, yl, and yu |
; load the spatial statistics library library ("spatial") ; read a spatial data set pines = read ("pines.dat") ; initialize a point process pinesobj = SPPPinit (pines, 0, 96, 0, 100, 10) ; retrieve the area area = SPPPgetregion ()
Rectangular spatial domain, consisting of xl, xu, yl, yu.
Library: | spatial |
See also: | SPPPinit SPPPinitrandom SPPPsetregion SPPPkfn SPPPpsim SPPPstrauss SPPPssi SPPPkenvl SPPPkaver |