Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

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

Reference(s):

Link:
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

Note:

Example:
; loads the spatial statistics library
library("spatial")
; reads a spatial data set
pines = read("pines.dat")
; initializes a point process
pinesobj = SPPPinit(pines, 0, 96, 0, 100, 10)
; explicitly sets region
;(although this is already done in SPPPinit)
SPPPsetregion(pinesobj)

Result:
Initializes internal variables for further use in
point process quantlets.



Author: J. Symanzik, 20000725 license MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006