| Library: | spatial |
| See also: | SPPPinit SPPPinitrandom SPPPgetregion SPPPkfn SPPPpsim SPPPstrauss SPPPssi SPPPkenvl SPPPkaver |
| Quantlet: | SPPPsetregion | |
| Description: | Sets the rectangular spatial domain for spatial point pattern analysis. |
| Usage: | SPPPsetregion (pp) | |
| Input: | ||
| pp | list - consisting of area (and possibly other components) - either previously created by a call to SPPPinit or created from scratch | |
; 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)
; explicitly set region (although this is already
; done in SPPPinit)
SPPPsetregion (pinesobj)
Initializes internal variables for further use in point process quantlets.
| Library: | spatial |
| See also: | SPPPinit SPPPinitrandom SPPPgetregion SPPPkfn SPPPpsim SPPPstrauss SPPPssi SPPPkenvl SPPPkaver |