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

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

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

                                        Extract a list of triangles from a triangulation object
                                         提取的三角形三角测量对象的列表

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

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

This function extracts a triangulation data structure from an triangulation object created by tri.mesh.
此功能提取三角测量数据从一个三角结构创建的对象的tri.mesh。

The vertices in the returned matrix (let's denote it  with retval) are ordered counterclockwise with the first vertex taken to be the one with smallest index.  Thus, retval[i,"node2"] and retval[i,"node3"] are larger than retval[i,"node3"] and index adjacent neighbors of node retval[i,"node1"]. The columns trx and arcx, x=1,2,3 index the triangle and arc, respectively, which are opposite (not shared by) node nodex, with trix= 0 if arcx indexes a boundary arc.  Vertex indexes range from 1 to N, triangle indexes from 0 to NT, and, if included, arc indexes from 1 to NA = NT+N-1.  The triangles are  ordered on first (smallest) vertex indexes, except that the sets of constraint triangles (triangles contained in the closure of a constraint region) follow the non-constraint triangles.
返回的矩阵中的顶点(让我们表示retval)逆时针方向的第一个顶点是最小的指数是有序的。因此,retval[i,"node2"]和retval[i,"node3"]是大于retval[i,"node3"]和索引相邻的邻居节点retval[i,"node1"]。的列trx和arcx,X = 1,2,3指数的三角形和弧形,分别是相反的(不共享)节点nodex,trix = 0,如果arcx索引的边界弧。顶点索引的范围从1到N,三角形索引从0到NT,并且,如果包括的话,圆弧从1到NA = NT + N-1的索引。三角形的第一个(最小的)顶点索引是有序的,除了套的约束三角形(三角形中包含的关闭的约束区域)的非约束三角形。


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





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

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


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

A matrix with columns node1,node2,node3, representing the vertex nodal indexes, tr1,tr2,tr3, representing neighboring triangle indexes and arc1,arc2,arc3 reresenting arc indexes.
一个矩阵列node1,node2,node3,代表顶点节点的索引,tr1,tr2,tr3,较邻近的三角形指标和arc1,arc2,arc3的reresenting弧指标。

Each row represents one triangle.
每一行代表一个三角形。


(作者)----------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
tri,print.tri,plot.tri,summary.tri,triangles


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


# use a slighlty modified version of data(tritest)[使用一个slighlty修改后的版本的数据(tritest)]
data(tritest2)
tritest2.tr<-tri.mesh(tritest2$x,tritest2$y)
triangles(tritest2.tr)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-29 13:34 , Processed in 0.021113 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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