methods.rho2hat(spatstat)
methods.rho2hat()所属R语言包:spatstat
Methods for Intensity Functions of Two Spatial Covariates
两个空间的协变量的强度函数的方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These are methods for the class "rho2hat".
这些方法类"rho2hat"。
用法----------Usage----------
## S3 method for class 'rho2hat'
plot(x, ..., do.points=FALSE)
## S3 method for class 'rho2hat'
print(x, ...)
参数----------Arguments----------
参数:x
An object of class "rho2hat".
对象的类"rho2hat"。
参数:...
Arguments passed to other methods.
参数传递给其他方法。
参数:do.points
Logical value indicating whether to plot the observed values of the covariates at the data points.
逻辑值,该值指示是否绘制的观测值的协变量的数据点。
Details
详细信息----------Details----------
These functions are methods for the generic commands print and plot for the class "rho2hat".
这些功能的通用命令print和plot类"rho2hat"的方法。
An object of class "rho2hat" is an estimate of the intensity of a point process, as a function of two given spatial covariates. See rho2hat.
一个对象的类"rho2hat"的是一个估计的点过程的强度,两个给定的空间协变量的函数。见rho2hat。
The method plot.rho2hat displays the estimated function rho using plot.fv, and optionally adds a rug plot of the observed values of the covariate.
的方法plot.rho2hat显示函数估计rho使用plot.fv,并选择性地添加一个rug图的观测值的协。
值----------Value----------
NULL.
NULL。
(作者)----------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>
参见----------See Also----------
rho2hat
rho2hat
实例----------Examples----------
data(bei)
attach(bei.extra)
r2 <- rho2hat(bei, elev, grad)
r2
plot(r2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|