Extract.splitppp(spatstat)
Extract.splitppp()所属R语言包:spatstat
Extract or Replace Sub-Patterns
提取或替换子模式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extract or replace some of the sub-patterns in a split point pattern.
提取或更换一个分割点模式中的一些子模式。
用法----------Usage----------
## S3 method for class 'splitppp'
x[...]
## S3 replacement method for class 'splitppp'
x[...] <- value
参数----------Arguments----------
参数:x
An object of class "splitppp", representing a point pattern separated into a list of sub-patterns.
类的一个对象"splitppp",代表一个点到一个列表中的子模式分离的模式。
参数:...
Subset index. Any valid subset index in the usual R sense.
子集的索引。指数在平时的R SENSE任何有效的子集。
参数:value
Replacement value for the subset. A list of point patterns.
替换值的子集。列表点模式。
Details
详细信息----------Details----------
These are subset methods for the class "splitppp".
这些子集的方法的类"splitppp"。
The argument x should be an object of class "splitppp", representing a point pattern that has been separated into a list of sub-patterns. It is created by split.ppp.
参数x应该是类的一个对象"splitppp",相当于一个点的模式,已经分离到一个列表中的子模式。它是由split.ppp。
The methods extract or replace a designated subset of the list x, and return an object of class "splitppp".
的方法提取或更换指定的子集列表中x,并返回一个对象类"splitppp"。
值----------Value----------
Another object of class "splitppp".
另一个对象的类"splitppp"。
(作者)----------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----------
split.ppp, plot.splitppp, summary.splitppp
split.ppp,plot.splitppp,summary.splitppp
实例----------Examples----------
data(amacrine) # multitype point pattern[多类型的点模式]
y <- split(amacrine)
y[1]
y["off"]
y[1] <- list(runifpoint(42, amacrine$window))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|