snaspe | R Documentation |
Units of the National System of State Protected Wild Areas (SNASPE).
data(snaspe)
Contains the following variables:
Number for the unit.
Name of the protected area.
Category of the unit. It can be either a National Park, a National Reserve or a Natural Monument.
Name of the county where the unit is located.
Province where the unit is located.
Region where the unit is located.
Perimeter, in km.
Area, in hectares.
Area, in m^{2}
.
These data are freely available at https://ide.minagri.gob.cl
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
data(snaspe)
head(snaspe)
table(snaspe$category)
tapply(snaspe$area.ha,snaspe$category,mean)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.