Extract.msr(spatstat)
Extract.msr()所属R语言包:spatstat
Extract Subset of Signed or Vector Measure
提取子集的签名或矢量测量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extract a subset of a signed measure or vector-valued measure.
提取签名的措施或矢量值测度的一个子集。
用法----------Usage----------
## S3 method for class 'msr'
x[i, j, ...]
参数----------Arguments----------
参数:x
A signed or vector measure. An object of class "msr" (see msr).
签名或矢量措施。类的一个对象"msr"(见msr)。
参数:i
Object defining the subregion or subset to be extracted. Either a spatial window (an object of class "owin"), or a pixel image with logical values, or any type of index that applies to a matrix.
对象定义的分区域或要提取的子集。无论是空间窗口(类"owin"),或一个像素的图像与逻辑值,或任何类型的适用于一个矩阵的索引,一个目的。
参数:j
Subset index selecting the vector coordinates to be extracted, if x is a vector-valued measure.
子集指数选择要提取的矢量坐标,如果x是一个向量值的措施。
参数:...
Ignored.
忽略。
Details
详细信息----------Details----------
This operator extracts a subset of the data which determines the signed measure or vector-valued measure x. The result is another measure.
这个操作符提取的数据的一个子集,它决定了签名的措施或矢量值测度x。其结果是另一项措施。
值----------Value----------
An object of class "msr".
对象的类"msr"。
(作者)----------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----------
msr
msr
实例----------Examples----------
example(msr)
rp[square(0.5)]
rs[ , 2:3]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|