Last data update: 2014.03.03

R: field fire experiments in Vauda Nature Reserve, Italy
firexpR Documentation

field fire experiments in Vauda Nature Reserve, Italy

Description

The dataset include observations of surface head fire rate of spread (ROS) measured during field fire experiments in heathland fuels (mixed grass-shrub) carried out on flat terrain under differing fire weather conditions (Ascoli et al. 2009). For each ROS values of Rothermel's fire behavior fuel models parameters and environmental conditions are provided. Some ranges in the dataset are: ROS <- 0.9 - 26.3 m/min; wind speed <- 0.4 - 7.9 km/h; 1h fuels moisture: 10 - 27 percent.

Usage

data (firexp)

Format

A data frame with 40 observations on the following 25 variables.

Load_1h

loading of 1h fuel class [t/ha]

Load_10h

loading of 10h fuel class [t/ha]

Load_100h

loading of 100h fuel class [t/ha]

Load_Live_Herb

loading of herbaceous fuels [t/ha]

Load_Live_Woody

loading of woody fuels [t/ha]

SA/V_1h

SAV of 1h fuel class [m2/m3]

SA/V_10h

SAV of 10h fuel class [m2/m3]

SA/V_100h

SAV of 100h fuel class [m2/m3]

SA/V_Live_Herb

SAV of herbaceous fuels [m2/m3]

SA/V_Live_Woody

SAV of woody fuels [m2/m3]

Fuel_Bed_Depth

fuel bed depth [cm]

Mx_dead

dead fuel moisture of extinction [percent]

Heat_1h

heat content of 1h fuel class [kJ/kg]

Heat_10h

heat content of 10h fuel class [kJ/kg]

Heat_100h

heat content of 100h fuel class [kJ/kg]

Heat_Live_Herb

heat content of herbaceous fuels [kJ/kg]

Heat_Live_Woody

heat content of woody fuels [kJ/kg]

Moist_1h

moisture of 1h fuel class on a dry weight basis [percent]

Moist_10h

moisture of 10h fuel class on a dry weight basis [percent]

Moist_100h

moisture of 100h fuel class on a dry weight basis [percent]

Moist_Live_Herb

moisture of herbaceous fuels on a dry weight basis [percent]

Moist_Live_Woody

moisture of woody fuels on a dry weight basis [percent]

u

midflame windspeed [km/h]

slope

site slope [

ros

observed rate of spread [m/min]]

Source

Ascoli, D., Marzano, R., and Bovio, G. (2006). Experimental fires for heather moorland management in north-western Italy. Forest Ecology and Management 234S: 258. http://dx.doi.org/10.1016/j.foreco.2006.08.287.

References

Ascoli, D., Beghin, R., Ceccato, R., Gorlier, A., Lombardi, G., Lonati, M., Marzano, R., Bovio, G., and Cavallero, A. (2009). Developing an adaptive management approach to prescribed burning: a long-term heathland conservation experiment in north-west Italy. International Journal of Wildland Fire 18(6): 727-735. http://dx.doi.org/10.1071/WF07114.

Examples

data (firexp) 
boxplot (firexp$ros)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(Rothermel)
Loading required package: GA
Loading required package: foreach
Loading required package: iterators
Package 'GA' version 3.0.2
Type 'citation("GA")' for citing this R package in publications.
Loading required package: ftsa
Loading required package: forecast
Loading required package: zoo

Attaching package: 'zoo'

The following objects are masked from 'package:base':

    as.Date, as.Date.numeric

Loading required package: timeDate
This is forecast 7.1 

Loading required package: rainbow
Loading required package: MASS
Loading required package: pcaPP
Loading required package: sde
Loading required package: stats4
Loading required package: fda
Loading required package: splines
Loading required package: Matrix

Attaching package: 'fda'

The following object is masked from 'package:forecast':

    fourier

The following object is masked from 'package:graphics':

    matplot

sde 2.0.15
Companion package to the book
'Simulation and Inference for Stochastic Differential Equations With R Examples'
Iacus, Springer NY, (2008)
To check the errata corrige of the book, type vignette("sde.errata")

Attaching package: 'ftsa'

The following objects are masked from 'package:stats':

    median, sd, var

> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/Rothermel/firexp.Rd_%03d_medium.png", width=480, height=480)
> ### Name: firexp
> ### Title: field fire experiments in Vauda Nature Reserve, Italy
> ### Aliases: firexp
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data (firexp) 
> boxplot (firexp$ros)
> 
> 
> 
> 
> dev.off()
null device 
          1 
>