Learn R Programming

datana (version 1.0.6)

snaspe: On the National System of State Protected Wild Areas (SNASPE) of Chile.

Description

Units of the National System of State Protected Wild Areas (SNASPE).

Usage

data(snaspe)

Arguments

Format

Contains the following variables:

unit.id

Number for the unit.

unit

Name of the protected area.

category

Category of the unit. It can be either a National Park, a National Reserve or a Natural Monument.

county

Name of the county where the unit is located.

province

Province where the unit is located.

region

Region where the unit is located.

perim.km

Perimeter, in km.

area.ha

Area, in hectares.

area.m2

Area, in m\(^{2}\).

References

The Chilean SNASPE is under the direction of the Chilean Forest Service (CONAF). Further information and documentation can be found at https://www.conaf.cl

Examples

Run this code
data(snaspe)    
head(snaspe) 
table(snaspe$category)
tapply(snaspe$area.ha,snaspe$category,mean)

Run the code above in your browser using DataLab