append.psp(spatstat)
append.psp()所属R语言包:spatstat
Combine Two Line Segment Patterns
结合两线段模式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Combine two line segment patterns into a single pattern.
两个线段模式组合成一个单一的模式。
用法----------Usage----------
append.psp(A, B)
参数----------Arguments----------
参数:A,B
Line segment patterns (objects of class "psp").
线段模式(对象类"psp")。
Details
详细信息----------Details----------
This function is used to superimpose two line segment patterns A and B.
此功能用于,叠加两个线段模式A和B。
The two patterns must have identical windows. If one pattern has marks, then the other must also have marks of the same type. It the marks are data frames then the number of columns of these data frames, and the names of the columns must be identical.
两个图案必须具有相同的窗口。如果一个图案具有标记,那么其他的也必须具有相同的类型的标志。标记的数据框,然后这些数据框的列和列的名称的数目必须是相同的。
(To combine two point patterns, see superimpose).
(要结合两个点模式,请参阅superimpose“)。
值----------Value----------
Another line segment pattern (object of class "psp").
另一个线段模式(类的对象"psp"“)。
(作者)----------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----------
psp, as.psp, superimpose,
psp,as.psp,superimpose,
实例----------Examples----------
X <- psp(runif(20), runif(20), runif(20), runif(20), window=owin())
Y <- psp(runif(5), runif(5), runif(5), runif(5), window=owin())
append.psp(X,Y)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|