amazon {kernstadapt} | R Documentation |
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")
Format
An object of class "ppp"
Entries include
x | Cartesian x -coordinate of fire |
y | Cartesian y -coordinate of fire |
marks | An integer vector of values indicating |
the time of the fire starting in 2
window | Coordinates of Amazonia biome map |
See ppp.object
for details of the format.
Source
The Amazon Dashboard (https://www.globalfiredata.org/)
Examples
data(amazon)
head(amazon)
# Plot a sample
X <- amazon[sample.int(amazon$n, 3000)]
plot(X, bg = rainbow(250), pch = 21, main = "Amazon fires")
[Package kernstadapt version 0.4.0 Index]