check_det_hrz_restr_input {highriskzone} | R Documentation |
Checks the arguments of det_hrz_restr
Description
For each argument it is checked if it is of a correct value or class.
Usage
check_det_hrz_restr_input(
ppdata,
type,
criterion,
cutoff,
hole,
integratehole,
obsprobs,
obsprobimage,
distancemap,
intens,
nxprob,
covmatrix,
returnintens
)
Arguments
ppdata |
Observed spatial point process of class ppp. |
type |
Method to use, can be one of |
criterion |
criterion to limit the high-risk zone, can be one of
|
cutoff |
Value of criterion (area, radius, quantile, alpha or threshold). Depending on criterion and type. |
hole |
(optional) an object of class |
integratehole |
Should the |
obsprobs |
(optional) Vector of observation probabilities associated with the observations contained in |
obsprobimage |
(optional) an object of class |
distancemap |
(optional) distance map: distance of every pixel to the nearest observation
of the point pattern; only needed for |
intens |
(optional) estimated intensity of the observed process (object of class "im",
see |
nxprob |
Probability of having unobserved events. Default value is 0.1. |
covmatrix |
(optional) Covariance matrix of the kernel of a normal distribution, only needed for
|
returnintens |
Should the image of the estimated intensity be returned? Defaults to |