midpoints.psp(spatstat)
midpoints.psp()所属R语言包:spatstat
Midpoints of Line Segment Pattern
中点线段模式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the midpoints of each line segment in a line segment pattern.
计算每条线段的中点的线段图案。
用法----------Usage----------
midpoints.psp(x)
参数----------Arguments----------
参数:x
A line segment pattern (object of class "psp").
一个线段模式(类的对象"psp")。
Details
详细信息----------Details----------
The midpoint of each line segment is computed.
每个线段的中点被计算。
值----------Value----------
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----------
summary.psp, lengths.psp, angles.psp
summary.psp,lengths.psp,angles.psp
实例----------Examples----------
a <- psp(runif(10), runif(10), runif(10), runif(10), window=owin())
b <- midpoints.psp(a)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|