powered by
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
"ppp"
x
y
marks
2
window
See ppp.object for details of the format.
ppp.object
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