Learn R Programming

kernstadapt (version 0.4.0)

santander: Santander earthquakes epicentres

Description

A spatio-temporal point pattern of locations and times of earthquake epicentres in Santander-Colombia with a magnitude above 3.5ML, recorded from January 2010 to December 2020.

Usage

data("santander")

Arguments

Format

An object of class "ppp" Entries include

xCartesian \(x\)-coordinate of infection
yCartesian \(y\)-coordinate of infection
marksAn integer vector of values indicating the time of the earthquake starting in 1
windowCartesian coordinates of Santander's map

See ppp.object for details of the format.

References

González et. al., (2021) Classification of Events Using Local Pair Correlation Functions for Spatial Point Patterns. Journal of Agricultural, Biological and Environmental Statistics. 26(4) 538-559.

Examples

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

Run the code above in your browser using DataLab