areapoly(spatialkernel)
areapoly()所属R语言包:spatialkernel
Signed Area of Polygon
签署多边形的面积
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculate the area of a polygon and its boundary direction.
计算的一个多边形区域,其边界方向。
用法----------Usage----------
areapoly(poly)
参数----------Arguments----------
参数:poly
matrix containing the x,y-coordinates of the vertices of the polygon boundary.
基质中含有x,y-坐标的顶点的多边形的边界。
值----------Value----------
参数:area
positive numeric, the area of the polygon.
正数值,该多边形的面积。
参数:sign
integer, 1 if the polygon orientation is anticlockwise, -1 otherwise.
整数,1如果多边形取向逆时针,否则返回-1。
参数:poly
copy of the passed argument poly.
副本传递的参数poly。
注意----------Note----------
This function is provided here so that users do not need to load other packages, as it is not available in the base R packages.
这里提供此功能,这样用户就不需要加载其他的包,因为它是不具备的基R封装。
参考文献----------References----------
Cambridge University Press, 2000 edition.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|