Learn R Programming

stampr (version 0.3.1)

fire1: 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.

Arguments

Format

fire1 --- a sf object with polygons representing the location of forest fire.

Examples

Run this code

data(fire1)
plot(fire1)

data(fire2)
plot(fire2)

if (FALSE) {
library(mapview)
mapview(fire1) + mapview(fire2)
}

Run the code above in your browser using DataLab