my.KinhomAverage: my.KinhomAverage function

Description Usage Arguments Value

Description

A carbon-copy of KinhomAverage from package 'lgcp', with extra control over the printing of progress bars and other output to the console during execution. Computes the time-averaged version of the nonparametric K function (for use with spatiotemporal data).

Usage

1
2
3
my.KinhomAverage(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 ?Kinhom). There is a sensible default.

correction

Choice of edge correction to use, see ?Kinhom, default is Ripley isotropic correction.

suppresswarnings

Whether or not to suppress warnings generated by Kinhom.

verbose

Whether or not to print function comments and progress to the console during execution. Defaults to TRUE.

Value

A vector corresponding to the time-averaged K function for spatiotemporal data, evaluated at spatial lags defined by 'rvals'.


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