找回密码
 注册
查看: 454|回复: 0

R语言 voronoi包 voronoi-package()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 16:29:45 | 显示全部楼层 |阅读模式
voronoi-package(voronoi)
voronoi-package()所属R语言包:voronoi

                                         Methods and applications related to Voronoi tessellations
                                         相关的Voronoi镶嵌的方法及应用

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Methods and applications related to Voronoi tessellations
相关的Voronoi镶嵌的方法及应用


Details

详细信息----------Details----------

</table>
</ TABLE>


(作者)----------Author(s)----------



Christopher D. Barr, Travis A. Gerke, David M. Diez


Maintainer: Christopher D. Barr &lt;cdbarr@gmail.com&gt;




参考文献----------References----------

C.D Barr and F.P Schoenberg. On the Voronoi Estimator for the Intensity of an Inhomogeneous Planar Poisson Process. Biometrika, 1:1-15, 2010.
Q. Du, V. Faber and M. Gunzburger. Centroidal Voronoi Tesselations: Applications and Algorithms. SIAM Review 41:637-676, 1999.
C.G. Wager, B.A. Coull and N. Lange. Modelling Spatial Intensity for Replicated Inhomogeneous Point Patterns in Brain Imaging. J.R. Statist. Soc. B, 66:429-446, 2004.

参见----------See Also----------

ve, centroidal, pattern.sim, voronoi.game
ve,centroidal,pattern.sim,voronoi.game


实例----------Examples----------


#=====&gt; ve &lt;=====#[=====> VE <=====#]
p  <- pattern.sim(7, type='moon')
t5 <- ve(p, rw=c(0,1,0,1))
plot(t5)
points(t5, cex=0.2)


#=====&gt; centroidal &lt;=====#[=>质心<=====#]
f           <- function(x, y) x^4 + y^4
antideriv.x <- function(x, y) x^5/5 + x*y^4
antideriv.y <- function(x, y) y*x^4 + y^5/5
obj         <- deldir(runif(10), runif(10))
c.obj       <- centroidal(x = obj, eps = .005, f = f,
                          antideriv.x = antideriv.x,
                          antideriv.y = antideriv.y,
                          divisions = 10, verbose = 5)
par(mfrow=c(1,2))
plot(obj, wlines="tess", main="Original Tessellation")
plot(c.obj$T, wlines="tess", main="Centroidal Tessellation")


#=====&gt; pattern.sim &lt;=====#[=> pattern.sim <=====#]
par(mfrow = c(2,2))
plot(pattern.sim(type = "linear"), main = "linear")
plot(pattern.sim(type = "quadratic"), main = "quadratic")
plot(pattern.sim(type = "moon"), main = "moon")
plot(pattern.sim(type = "ridge"), main = "ridge")

for(i in 1:4) {
   plot(pattern.sim(i + 6, type = "moon"),
     main = paste("r = ", i + 6), pch = 20, cex = 0.2)
}

for(i in 1:4) {
   plot(pattern.sim(i + 6, type = "ridge"),
     main = paste("r = ", i + 6), pch = 20, cex = 0.2)
}

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-26 01:29 , Processed in 0.028121 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表