data.ppm(spatstat)
data.ppm()所属R语言包:spatstat
Extract Original Data from a Fitted Point Process Model
从拟合点过程模型,提取原始数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a fitted point process model, this function extracts the original point pattern dataset to which the model was fitted.
此功能在一个装有点过程模型,提取原始点模式,模型拟合的数据集。
用法----------Usage----------
data.ppm(object)
参数----------Arguments----------
参数:object
fitted point process model (an object of class "ppm").
装点过程模型(对象类"ppm"“)。
Details
详细信息----------Details----------
An object of class "ppm" represents a point process model that has been fitted to data. It is typically produced by the model-fitting algorithm ppm. The object contains complete information about the original data point pattern to which the model was fitted. This function extracts the original data pattern.
一个对象的类"ppm"的表示点已安装的过程模型,数据。它通常所产生的模型的拟合算法ppm。该对象包含完整信息的原始数据点的模式,模型拟合。此函数提取原始数据模式。
See ppm.object for a list of all operations that can be performed on objects of class "ppm".
见ppm.object的列表可以执行的所有操作对象的类"ppm"。
值----------Value----------
A point pattern (object of class "ppp").
点模式(类的对象"ppp")。
(作者)----------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----------
ppm.object, ppp.object
ppm.object,ppp.object
实例----------Examples----------
data(cells)
fit <- ppm(cells, ~1, Strauss(r=0.1))
X <- data.ppm(fit)
# 'X' is identical to 'cells'[X是相同的单元]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|