as.stppp.stapp: as.stppp.stapp function

Description Usage Arguments Value

Description

A function to convert stapp objects to stppp objects for use in lgcpPredict. The regional counts in the stapp object are assigned a random location within each areal region proportional to a population density (if that is available) else the counts are distributed uniformly across the observation windows.

Usage

1
2
3
## S3 method for class 'stapp'
as.stppp(obj, popden = NULL, n = 100, dmin = 0,
  check = TRUE, ...)

Arguments

obj

an object of class stapp

popden

a 'spatialAtRisk' of sub-class 'fromXYZ' object representing the population density, or for better results, lambda(s) can also be used here. Cases are distributed across the spatial region according to popden. NULL by default, which has the effect of assigning counts uniformly.

n

if popden is NULL, then this parameter controls the resolution of the uniform. Otherwise if popden is of class 'fromFunction', it controls the size of the imputation grid used for sampling. Default is 100.

dmin

If any reginal counts are missing, then a set of polygonal 'holes' in the observation window will be computed for each. dmin is the parameter used to control the simplification of these holes (see ?simplify.owin). default is zero.

check

logical. If any reginal counts are missing, then roughly speaking, check specifies whether to check the 'holes'.

...

additional arguments

Value

...


bentaylor1/lgcp documentation built on May 12, 2019, 2:09 p.m.