Description Details Author(s) References Examples
Default management planning for IFN simulations, including silvicultural prescription by species and annual demand by province and species.
defaultDemand
List with elements by province, where each element contains the annual cubic meters by species (or species group). Derived from 'Anuarios de estadística forestal' (https://www.mapa.gob.es/en/desarrollo-rural/estadisticas/forestal_anuarios_todos.aspx).
Each data frame has the following columns:
Species
: Species codes, separated by commas, to which the demand applies.
Name
: Species name(s) or species groups to which the demand applies.
AnnualDemand
: Annual demand in cubic meters for the target province.
defaultDemandCAT
List with elements by province in Catalonia, where the data from DefaultDemand
has been complemented with firewood extraction from 'Observatori Forestal de Català' (http://www.observatoriforestal.cat/).
defaultPrescription
Data frame with prescribed silvicultural parameters per species (or species group).
See dataset structure in examplePrescriptionData
.
defaultPrescriptionCAT
Data frame with prescribed silvicultural parameters per species (or species group) in Catalonia.
See dataset structure in examplePrescriptionData
.
Miquel De Cáceres, José Ramón González Olabarria
Project reference.
1 2 3 4 5 6 7 8 9 | #Load prescriptions
data(defaultPrescriptionCAT)
head(defaultPrescriptionCAT)
#Load demands
data(defaultDemandCAT)
#Show demand for Lleida province
head(defaultDemandCAT$Lleida)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.