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

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

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

                                        A triangulation object
                                         三角测量对象

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

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

R object that represents the triangulation of a set of 2D points,  generated by tri.mesh or add.constraint.
R对象,它表示一组二维点的三角,所产生的tri.mesh或add.constraint。


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

参数:n
Number of nodes
的节点数量


参数:x
x coordinates of the triangulation nodes
x坐标的三角测量的节点


参数:y
y coordinates of the triangulation nodes
三角测量的节点的y坐标


参数:tlist
Set of nodal indexes which, along with tlptr, tlend, and tlnew, define the triangulation as a set of n adjacency lists – counterclockwise-ordered sequences of neighboring nodes such that the first and last neighbors of a boundary node are boundary nodes (the first neighbor of an interior node is arbitrary). In order to distinguish between interior and boundary nodes, the last neighbor of each boundary node is represented by the negative of its index.
设为节点的索引,其中,随着tlptr,tlend,和tlnew,作为一组定义的三角剖分n邻接列表 - 逆时针排序序列的相邻节点例如,第一个和最后一个边界节点的邻居是边界节点(一个内部节点的第一相邻的是任意的)。为了区分内部和边界节点之间的每个边界节点,最后邻居表示的它的索引的负值。


参数:tlptr
Set of pointers in one-to-one correspondence with the elements of tlist. tlist[tlptr[i]] indexes the node which follows tlist[i] in cyclical counterclockwise order (the first neighbor follows the last neighbor).
一个一一对应的关系的元素tlist中的指针设置。 tlist[tlptr[i]]索引节点如下:tlist[i]的周期性逆时针顺序(第一个邻居如下的最后一个邻居)。


参数:tlend
Set of pointers to adjacency lists. tlend[k] points to the last neighbor of node k for k = 1,...,n.  Thus, tlist[tlend[k]]<0 if and only if k is a boundary node.
设置邻接表的指针。 tlend[k]k点,在过去的邻居节点k = 1,...,n。因此,tlist[tlend[k]]<0当且仅当k是一个边界节点。


参数:tlnew
Pointer to the first empty location in tlist and tlptr (list length plus one).
指针指向第一个空位置在tlist和tlptr(列表的长度加一)。


参数:nc
number of constraints
约束的数量


参数:lc
starting indices of constraints in x and y
指标的约束x和y


参数:call
call, which generated this object
产生这个对象的检测,


注意----------Note----------

The elements tlist, tlptr, tlend and tlnew are mainly intended for internal use in the appropriate Fortran routines.
的元素tlist,tlptr,tlend和tlnew主要用于在适当的Fortran程序内部使用。


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

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-29 13:31 , Processed in 0.036414 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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