ecuador(sperrorest)
ecuador()所属R语言包:sperrorest
J. Muenchow's Ecuador landslide data set
J.明肖厄瓜多尔山体滑坡的数据集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Data set created by Jannes Muenchow, University of Erlangen-Nuremberg, Germany. These data should be cited as Muenchow et al. (2012) (see reference below). This publication also contains additional information on data collection and the geomorphology of the area. The data set provded here is (a subset of) the one from the 'natural' part of the RBSF area and corresponds to landslide distribution in the year 2000.
雅尼明肖,德国埃尔兰根 - 纽伦堡大学,创建数据集。这些数据的引用应为明肖等。 (2012年)(见参考文献)。本出版物中还包含其他信息的数据收集和该区域的地貌。每档均有这里的数据集(一个子集)是一个来自“自然”的一部分的RBSF区域和对应的滑坡分布在2000年。
格式----------Format----------
a data.frame with point samples of landslide and non-landslide locations
data.frame山体滑坡和滑坡点的样品位置
参考文献----------References----------
process rates of landslides along a humidity gradient in the tropical Andes. Geomorphology, 139-140: 271-284.
landslide hazards: review, comparison and evaluation. Natural Hazards and Earth System Sciences, 5(6): 853-862.
实例----------Examples----------
data(ecuador)
str(ecuador)
library(rpart)
ctrl = rpart.control(cp = 0.02)
fit = rpart(slides ~ dem + slope + hcurv + vcurv +
log.carea + cslope,
data = ecuador, control = ctrl)
par(xpd = TRUE)
plot(fit, compress = TRUE, main = "Muenchow's landslide data set")
text(fit, use.n = TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|