compatible.fv(spatstat)
compatible.fv()所属R语言包:spatstat
Test Whether Function Objects Are Compatible
测试函数对象是否兼容
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Tests whether two or more function objects (class "fv") are compatible.
测试是否有两个或更多的功能对象(类"fv")是相容的。
用法----------Usage----------
## S3 method for class 'fv'
compatible(A, B, ...)
参数----------Arguments----------
参数:A,B,...
Two or more function value objects (class "fv").
两个或多个函数值对象(类"fv")。
Details
详细信息----------Details----------
An object of class "fv" is essentially a data frame containing several different statistical estimates of the same function. Such objects are returned by Kest and its relatives.
的一个目的的类"fv"本质上是一个数据框包含相同的功能的几个不同的统计估计。这样的对象是经由Kest及其亲属。
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 functions are compatible if they have been evaluated at the same sequence of values of the argument r, and if the statistical estimates have the same names.
的职能是兼容的,如果它们已被评估的说法r,如果具有相同的名称的统计估计值在同一序列。
值----------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.fv
eval.fv
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|