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

R语言 tripack包 convex.hull()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 12:08:19 | 显示全部楼层 |阅读模式
convex.hull(tripack)
convex.hull()所属R语言包:tripack

                                        Return the convex hull of a triangulation object
                                         返回的凸壳三角测量对象

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

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

Given a triangulation tri.obj of n points in the plane, this subroutine returns two vectors containing the coordinates of the nodes on the boundary of the convex hull.
鉴于一个三角tri.objn点在平面上,此子程序返回两个向量含有的凸包的边界上的节点的坐标。


用法----------Usage----------





参数----------Arguments----------

参数:tri.obj
object of class "tri"
对象的类"tri"


参数:plot.it
logical, if TRUE the convex hull of tri.obj will be plotted.
逻辑,如果TRUEtri.obj的凸包将被绘制。


参数:add
logical. if TRUE (and plot.it=TRUE), add to a current plot.
逻辑。如果TRUE(plot.it=TRUE),添加到当前的图。


参数:...
additional plot arguments
额外的地积参数


值----------Value----------

<table summary="R valueblock"> <tr valign="top"><td>x</td> <td> x coordinates of boundary nodes.</td></tr> <tr valign="top"><td>y</td> <td> y coordinates of boundary nodes.</td></tr> </table>
<table summary="R valueblock"> <tr valign="top"> <TD> x</ TD> <TD> x坐标的边界节点。</ TD> </ TR> <TR VALIGN = “顶”> <TD> y </ TD> <TD> y坐标的边界节点。</ TD> </ TR> </表>


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


A. Gebhardt



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

R. J. Renka (1996). Algorithm 751: TRIPACK: a constrained two-dimensional Delaunay triangulation package. ACM Transactions on Mathematical Software. 22, 1-8.

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

tri, print.tri, plot.tri, summary.tri, triangles, add.constraint.
tri,print.tri,plot.tri,summary.tri,triangles,add.constraint。


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


# rather simple example from TRIPACK:[从TRIPACK相当简单的例子:]
data(tritest)
tr<-tri.mesh(tritest$x,tritest$y)
convex.hull(tr,plot.it=TRUE)
# random points:[随机点:]
rand.tr<-tri.mesh(runif(10),runif(10))
plot(rand.tr)
rand.ch<-convex.hull(rand.tr, plot.it=TRUE, add=TRUE, col="red")
# use a part of the quakes data set:[使用的地震数据集的一部分:]
data(quakes)
quakes.part<-quakes[(quakes[,1]<=-17 &amp; quakes[,1]>=-19.0 &amp;
                     quakes[,2]<=182.0 &amp; quakes[,2]>=180.0),]
quakes.tri<-tri.mesh(quakes.part$lon, quakes.part$lat, duplicate="remove")
plot(quakes.tri)
convex.hull(quakes.tri, plot.it=TRUE, add=TRUE, col="red")

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-29 18:48 , Processed in 0.025839 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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