compatible.fasp(spatstat)
compatible.fasp()所属R语言包:spatstat
Test Whether Function Arrays Are Compatible
测试是否兼容的功能阵列
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Tests whether two or more function arrays (class "fasp") are compatible.
测试是否有两个或更多个功能的阵列(类"fasp")是相容的。
用法----------Usage----------
## S3 method for class 'fasp'
compatible(A, B, ...)
参数----------Arguments----------
参数:A,B,...
Two or more function arrays (object of class "fasp").
两个或两个以上的功能阵列(对象类"fasp"“)。
Details
详细信息----------Details----------
An object of class "fasp" can be regarded as an array of functions. Such objects are returned by the command alltypes.
一个对象的类"fasp"的可以被视为一组功能。这些对象返回的命令alltypes。
This command tests whether such objects are compatible (so that, for example, they could be added or subtracted). It is a method for the generic command compatible.
该命令测试这样的对象是否是兼容的(因此,例如,它们可以被添加或减去)。这是一个方法的通用命令compatible。
The function arrays are compatible if the arrays have the same dimensions, and the corresponding elements in each cell of the array are compatible as defined by compatible.fv.
该函数数组是兼容的,如果阵列具有相同的尺寸,并且该阵列的每个单元格中的对应元素是兼容的,所定义的compatible.fv。
值----------Value----------
Logical value: TRUE if the objects are compatible, and FALSE if they are not.
逻辑值:TRUE如果对象是兼容的,和FALSE,“如果他们不。
(作者)----------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----------
eval.fasp
eval.fasp
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|