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

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

[复制链接]
发表于 2012-9-30 13:23:52 | 显示全部楼层 |阅读模式
discpartarea(spatstat)
discpartarea()所属R语言包:spatstat

                                         Area of Part of Disc
                                         光碟部分的面积

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

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

Compute area of intersection between a disc and a window  
计算面积的盘和一个窗口之间的交点


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


discpartarea(X, r, W=as.owin(X))



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

参数:X
Point pattern (object of class "ppp") specifying the centres of the discs. Alternatively, X may be in any format acceptable to as.ppp.  
点模式(对象的类"ppp")的指定光盘的中心。或者,X可以是任何格式的可以接受的as.ppp。


参数:r
Matrix, vector or numeric value specifying the radii of the discs.  
矩阵,向量或数值指定光盘的半径。


参数:W
Window (object of class "owin") with which the discs should be intersected.  
窗口(类"owin")光盘相交的对象。


Details

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

This algorithm computes the exact area of the intersection between a window W and a disc (or each of several discs). The centres of the discs are specified by the point pattern X, and their radii are specified by r.
该算法计算一个窗口W和盘(或每个多张光盘)之间的交叉点的确切面积。该中心的光盘所指定的点模式X的,它们的半径所指定的r。

If r is a single numeric value, then the algorithm computes the area of intersection between W and the disc of radius r centred at each point of X, and returns a one-column matrix containing one entry for each point of X.
如果r是一个数值,则该算法计算的区域之间的交叉W和光盘半径r居中在每个点X,并返回一个一列的矩阵含有一个条目中的每个点X。

If r is a vector of length m, then the algorithm returns an n * m matrix in which the entry on row i, column j is the area of the intersection between W and the disc centred at X[i] with radius r[j].
如果r是一个矢量长度m,则该算法返回一个n * m矩阵行上的条目i,列j的面积是W和盘之间的交点为中心,X[i]与半径r[j]。

If r is a matrix, it should have one row for each point in X. The algorithm returns a matrix in which the entry on row i, column j is the area of the intersection between W and the disc centred at X[i] with radius r[i,j].
r如果是一个矩阵,它应该有一个行中的每个点X。该算法返回,其中的矩阵行上的条目i,列jW与半径中心在X[i]和盘之间的交点是面积<X >。

Areas are computed by analytic geometry.
区解析几何计算。


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

Numeric matrix, with one row for each point of X.
数字矩阵,每个点的X行。


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


Adrian Baddeley
<a href="mailto:Adrian.Baddeley@csiro.au">Adrian.Baddeley@csiro.au</a>
<a href="http://www.maths.uwa.edu.au/~adrian/">http://www.maths.uwa.edu.au/~adrian/</a>
and Rolf Turner
<a href="mailto:r.turner@auckland.ac.nz">r.turner@auckland.ac.nz</a>




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

owin, disc
owin,disc


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


  data(letterR)
  X <- runifpoint(3, letterR)
  discpartarea(X, 0.2)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-15 01:13 , Processed in 0.025755 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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