firedata: Data on burned area, land cover, climate, vegetation, and...

Description Format References Examples

Description

This data.frame contains several datasets on burned area, climate, soil moisture, vegetation, land cover, and socioeconomic variables. The data was extracted for sampled 0.25° grid cells of the globe and has monthly time steps. The data includes the following variables:

Format

A data.frame.

References

Forkel, M., et al. (2016): in prep.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
require(ModelDataComp)

data(firedata)
colnames(firedata)
dim(firedata)

# spatial distribution of the data
ScatterPlot(firedata$lon, firedata$lat, fit.global=FALSE, plot.type="points")

# latitudinal pattern of burned area
fit <- ScatterPlot(firedata$lat, firedata$GFED.BA.obs)

SOfireA documentation built on May 2, 2019, 6:07 p.m.