Learn R Programming

lulcc (version 1.0.4)

sibuyan: Land use change dataset for Sibuyan Island

Description

Dataset containing land use map for 1997 and several explanatory variables for Sibuyan Island derived from Verburg et al. (2002). Data are modified by Peter Verburg to demonstrate the CLUE-s model; as such the dataset should not be used for purposes other than demonstration.

Usage

sibuyan

Arguments

Format

A list containing the following components:

maps

list containing the following RasterLayers:

lu_sib_1997
RasterLayer with land use in 1997 (forest, coconut, grassland, rice, other)
ef_001
RasterLayer showing distance to sea
ef_002
RasterLayer showing mean population density
ef_003
RasterLayer showing occurrence of diorite rock
ef_004
RasterLayer showing occurrence of ultramafic rock
ef_005
RasterLayer showing occurrence of sediments
ef_006
RasterLayer showing areas with no erosion
ef_007
RasterLayer showing areas with moderate erosion
ef_008
RasterLayer showing elevation
ef_009
RasterLayer showing slope
ef_010
RasterLayer showing aspect
ef_011
RasterLayer showing distance to roads in 1997
ef_012
RasterLayer showing distance to urban areas in 1997
ef_013
RasterLayer showing distance to streams
restr1
RasterLayer showing location of current national park
restr2
RasterLayer showing location of proposed national park

demand

list of matrices with different demand scenarios:

demand1
data.frame with demand scenario representing slow growth scenario
demand2
data.frame with demand scenario representing fast growth scenario
demand3
data.frame with demand scenario representing land use change primarily for food production

References

Verburg, P.H., Soepboer, W., Veldkamp, A., Limpiada, R., Espaldon, V., Mastura, S.S (2002). Modeling the Spatial Dynamics of Regional Land Use: The CLUE-S Model. Environmental Management 30(3): 391-405.

Examples

Run this code
# NOT RUN {
data(sibuyan)
# }

Run the code above in your browser using DataLab