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

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

[复制链接]
发表于 2012-9-30 12:54:09 | 显示全部楼层 |阅读模式
Aindex(SpatialVx)
Aindex()所属R语言包:SpatialVx

                                         Area index
                                         面积指数

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

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

Calculate Area index described in AghaKouchak et al. (2011).
计算面积指数在AghaKouchak等。 (2011年)。


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


Aindex(x, thresh = NULL, dx = 1, dy = 1)



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

参数:x
m X n numeric matrix giving the field for which the area index is to be calculated.  
M×N的数字矩阵领域面积指数来计算。


参数:thresh
Values under this threshold are set to zero.  If NULL, it will be set to 1e-8 (a very small value).  
下的值,该阈值被设置为零。如果为NULL,将被设置到1e-8(一个非常小的值)。


参数:dx,dy
numeric giving the grid point size in each direction if it is desired to apply such a correction.  However, the values are simply canceled out in the index, so these arguments are probably not necessary.  If it is desired to only get the area of the non-zero values in the field, or the convex hull, then these make sense.  
数字给在每个方向上的网格点的大小,如果它是理想的适用于这样的校正。但是,这些值只是取消了在索引中,因此,这些参数可能没有必要。如果希望只得到的非零值的区域中的字段,或的凸包,那么这些意义。


Details

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

The area index introduced in AghaKouchak et al. (2011) is given by
的面积指数介绍在AghaKouchak等。 (2011)

Aindex = A/Aconvex,
Aindex = A / Aconvex的,

where A is the area of the pattern, and Aconvex the area of its convex hull (area.owin from package spatstat is used to calculate this latter area, and the functions as.im and solutionset from spatstat are also used by this function).  Values are between 0 and 1.  Values closer to unity indicate a more structured pattern, and values closer to zero indicate higher dispersiveness of the pattern, but note that two highly structured patterns far away from each other may also give a low value (see examples below).  Because of this, this measure is perhaps best applied to individual features in a field.
其中A是面积的图案,和的区域,它的凸包(area.owin从软件包spatstat中被用来计算后者的面积,并且也使用此功能)的功能从spatstat as.im和solutionset Aconvex。值介于0和1。接近团结的值表示一个更加结构化的模式,并接近零值表明高分散性的格局,但需要注意的是相距遥远的两个高度结构化的模式也可以给予一个较低的值(见下面的例子)。正因为如此,这项措施也许是最好的字段中的个人特征。


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

A list with components:
组件列表:


参数:Aindex
numeric giving the area index.
数字给人的面积指数。


参数:A,Aconvex
numeric giving the area of th epattern and the convex hull, resp.
数字给日epattern区的凸包,分别。


参数:dx,dy
the values of dx and dy as input to the function.
dx和dy的值作为该函数的输入。


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



Eric Gilleland




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



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

as.im, solutionset, convexhull, Cindex, Sindex
as.im,solutionset,convexhull,Cindex,Sindex


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


# Gemetric shape that is highly structured.[Gemetric形状,高度结构化的。]
data(geom000)
Aindex(geom000)
Aindex(geom000,dx=4,dy=4)

# Two separate areas with highly structured shapes, but far away from each other.[两个分开的区域具有高度结构化的形状,但远离彼此。]
data(pert000)
Aindex(pert000, thresh=20, dx=4, dy=4)
## Not run: image(pert000>20)[#不运行:(pert000> 20)]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-10 13:07 , Processed in 0.023454 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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