Learn R Programming

kernstadapt (version 0.4.0)

amazon: Locations of fires in the Amazon biome.

Description

A spatio-temporal point pattern of locations and times of active deforestation fires (starting within past 24 hours) from 01/01/2021 to 10/10/2021 (284 days).

Usage

data("amazon")

Arguments

Format

An object of class "ppp" Entries include

xCartesian \(x\)-coordinate of fire
yCartesian \(y\)-coordinate of fire
marksAn integer vector of values indicating
the time of the fire starting in 2 windowCoordinates of Amazonia biome map

See ppp.object for details of the format.

Examples

Run this code
data(amazon)
head(amazon)
# Plot a sample
X <- amazon[sample.int(amazon$n, 3000)]
plot(X, bg = rainbow(250), pch = 21, main = "Amazon fires")

Run the code above in your browser using DataLab