istat(spatstat)
istat()所属R语言包:spatstat
Point and Click Interface for Exploratory Analysis of Point Pattern
点和点击界面点模式探析
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compute various summary functions for a point pattern using a point-and-click interface.
计算不同的汇总函数的点模式,使用的是点和点击式界面。
用法----------Usage----------
istat(x, xname)
参数----------Arguments----------
参数:x
The spatial point pattern to be analysed. An object of class "ppp".
空间点格局进行分析。对象的类"ppp"。
参数:xname
Optional. Character string to use as the title of the dataset.
可选。字符串使用的数据集的标题。
Details
详细信息----------Details----------
This command launches an interactive (point-and-click) interface which offers a choice of spatial summary functions that can be applied to the point pattern x.
此命令将启动一个互动(点点击)接口,它提供了选择的空间汇总函数,可用于点模式x。
The selected summary function is computed for the point pattern x and plotted in a popup window.
所选择的汇总函数计算点模式x,并在弹出窗口中绘制。
The selection of functions includes Kest, Lest, pcf, Fest ,Gest and Jest. For the function pcf it is possible to control the bandwidth parameter bw.
选择的功能包括Kest,Lest,pcf,Fest,Gest和Jest。对于函数pcf它是可以控制的带宽参数bw。
There is also an option to show simulation envelopes of the summary function.
此外,还有一个选项,以显示模拟的汇总函数的信封。
值----------Value----------
NULL.
NULL。
注意----------Note----------
Before adjusting the bandwidth parameter bw, it is advisable to select No simulation envelopes to save a lot of computation time.
在调整带宽参数bw,它是明智的选择“否”模拟信封,节省了大量的计算时间。
(作者)----------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----------
iplot
iplot
实例----------Examples----------
if(interactive()) {
data(swedishpines)
istat(swedishpines)
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|