sim_intens {highriskzone} | R Documentation |
Generation of a random point pattern using the inhomogeneous Poisson process (if lambda is not constant) and thinning of this data, to obtain "observed" and "unobserved" events.
sim_intens(ppdata, intensSim, nxprob)
ppdata |
Observed spatial point process of class ppp |
intensSim |
Intensity to use for the simulation |
nxprob |
Probability of having unobserved events |
A list of of observed and unobserved point patterns (see thin
)