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

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

[复制链接]
发表于 2012-9-28 22:27:50 | 显示全部楼层 |阅读模式
Autocrop(RSurvey)
Autocrop()所属R语言包:RSurvey

                                        Autocrop Spatial Domain
                                         自动裁剪空间域

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

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

Approximate the shape of an area defined by a set of points in a plane.
近似的形状的区域,在一个平面上所定义的一组点。


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


Autocrop(mesh, max.len, max.itr = 10000)



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

参数:mesh
tri; a Delaunay triangulation.
三,Delaunay三角网。


参数:max.len
numeric; maximum arc length for an outer triangle.
数字;最大弧长的一个外部的三角形。


参数:max.itr
integer; maximum number of iterations.
整数;的最大迭代次数。


Details

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

This subroutine uses a Delaunay triangulation to approximate the shape of an area defined by a set of arbitrarily distributed points in a plane. All triangles with arc lengths greater than an established maximum length are removed; a polygon is created from the union of the remaining triangles.
此子例程使用近似的形状由一组任意分布的平面上的点限定的区域的Delaunay三角剖分。所有三角形与电弧长度大于建立的最大长度的去除,剩下的三角形的联合创建的多边形。


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

Returns a polygon object of gpc.poly-class.
返回一个多边形对象的gpc.poly-class。


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


J.C. Fisher



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

AutocropPolygon, tri.mesh
AutocropPolygon,tri.mesh


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


data(tritest)
mesh <- tri.mesh(tritest$x, tritest$y)
plot(mesh)
ply <- Autocrop(mesh, max.len = 0.5, max.itr = 100)
plot(ply, add = TRUE, poly.args = list(col = 2))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 22:23 , Processed in 0.046784 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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