amazon | R Documentation |
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).
data("amazon")
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.
The Amazon Dashboard (https://www.globalfiredata.org/)
data(amazon)
head(amazon)
# Plot a sample
X <- amazon[sample.int(amazon$n, 3000)]
plot(X, bg = rainbow(250), pch = 21, main = "Amazon fires")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.