areaLoss(spatstat)
areaLoss()所属R语言包:spatstat
Difference of Disc Areas
视盘面积差异
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the area of that part of a disc that is not covered by other discs.
计算面积的那部分,不包括其他光盘的光盘。
用法----------Usage----------
areaLoss(X, r, ..., W=as.owin(X), subset=NULL,
exact=FALSE,
ngrid=spatstat.options("ngrid.disc"))
参数----------Arguments----------
参数:X
Locations of the centres of discs. A point pattern (object of class "ppp").
的圆盘的中心位置。点模式(类的对象"ppp")。
参数:r
Disc radius, or vector of disc radii.
盘半径,或向量的盘半径。
参数:...
Ignored.
忽略。
参数:W
Optional. Window (object of class "owin") inside which the area should be calculated.
可选。窗口(对象类"owin")内的面积应计算。
参数:subset
Optional. Index identifying a subset of the points of X for which the area difference should be computed.
可选。索引识别X应计算的面积差的各点的一个子集。
参数:exact
Choice of algorithm. If exact=TRUE, areas are computed exactly using analytic geometry. If exact=FALSE then a faster algorithm is used to compute a discrete approximation to the areas.
算法的选择。如果exact=TRUE,区域的精确计算,用解析几何。如果exact=FALSE然后更快的算法被用来计算的区域的离散近似。
参数:ngrid
Integer. Number of points in the square grid used to compute the discrete approximation, when exact=FALSE.
整数。的正方形网格,用于计算的离散逼近中一定数量的点,当exact=FALSE。
Details
详细信息----------Details----------
This function computes, for each point X[i] in X and for each radius r, the area of that part of the disc of radius r centred at the location X[i] that is not covered by any of the other discs of radius r centred at the points X[j] for j not equal to i. This area is important in some calculations related to the area-interaction model AreaInter.
该函数计算,每个点X[i]在X和为每个半径r,光盘半径的那部分面积r的位置居中<X >,没有任何其他盘的半径所涵盖的X[i]集中在点rX[j]不等于j。此区域是很重要的,在有关的区域的交互模型i一些计算。
The result is a matrix, with one row for each point in X and one column for each entry of r.
其结果是一个矩阵,用一排中的每个点X和r一列的每个条目。
值----------Value----------
A matrix with one row for each point in X (or X[subset]) and one column for each value in r.
与一列的矩阵中的每个点X(或X[subset])和一列中的每个值r。
(作者)----------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----------
AreaInter, areaGain, dilated.areas
AreaInter,areaGain,dilated.areas
实例----------Examples----------
data(cells)
areaLoss(cells, 0.1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|