fire1 {stampr} | R Documentation |
Forest Fire dataset
Description
A dataset containing fake forest fire polygons representing the movement of the forest fire from T1 (fire1) to T2 (fire2). The data is provided purely for demonstration purposes.
Format
fire1
— a sf
object with polygons representing the location of forest fire.
Source
Simulated data
Examples
data(fire1)
plot(fire1)
data(fire2)
plot(fire2)
## Not run:
library(mapview)
mapview(fire1) + mapview(fire2)
## End(Not run)
[Package stampr version 0.3.1 Index]