Learn R Programming

kernstadapt (version 0.4.0)

lGCpp: Simulated spatio-temporal log Gaussian Cox point pattern data

Description

A simulated spatio-temporal log Gaussian Cox point pattern with a underlying non-separable Geneiting covariance.

Usage

data("lGCpp")

Arguments

Format

An object of class "ppp" Entries include

xCartesian \(x\)-coordinates
yCartesian \(y\)-coordinates
marksA vector of values indicating the times
windowCartesian coordinates of the unit square

See ppp.object for details of the format.

References

Gabriel E, Rowlingson B, Diggle PJ (2013). stpp: An R Package for Plotting, Simulating and Analyzing Spatio-Temporal Point Patterns. Journal of Statistical Software, (53)(2)(2), 1–29.

González J.A. and Moraga P. (2018) An adaptive kernel estimator for the intensity function of spatio-temporal point processes. <arXiv:2208.12026>

Examples

Run this code
data(lGCpp)
head(lGCpp)
plot(lGCpp, bg = rainbow(250), pch = 21, cex = 1)

Run the code above in your browser using DataLab