Usage
my.ginhomAverage(xyt, spatial.intensity, temporal.intensity,
time.window = xyt$tlim, rvals = NULL, correction = "iso",
suppresswarnings = FALSE, verbose = TRUE, ...)
Arguments
xyt
an object of class stppp.
spatial.intensity
A spatialAtRisk object giving
the possibly inhomogeneous underlying fixed spatial
density of the data.
temporal.intensity
A temporalAtRisk object giving
the possibly inhomogeneous underlying fixed temporal
intensity of the data.
time.window
Time interval contained in the
interval xyt$tlim over which to compute average. Useful
if there is a lot of data over a lot of time points.
rvals
Vector of values for the argument r at which
g(r) should be evaluated (see ?pcfinhom). There is a
sensible default.
correction
Choice of edge correction to use, see
?pcfinhom, default is Ripley isotropic correction.
suppresswarnings
Whether or not to suppress
warnings generated by pcfinhom.
verbose
Whether or not to print function comments
and progress to the console during execution. Defaults to
TRUE.
...
Other parameters to be passed to pcfinhom, see
?pcfinhom.