nsegments(spatstat)
nsegments()所属R语言包:spatstat
Number of Line Segments in a Line Segment Pattern
直线段模式中的线段数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns the number of line segments in a line segment pattern.
返回的数目中的线段的线段图案。
用法----------Usage----------
nsegments(x)
## S3 method for class 'psp'
nsegments(x)
参数----------Arguments----------
参数:x
A line segment pattern, i.e. an object of class psp.
的线段模式,即对象的类psp。
Details
详细信息----------Details----------
This function is generic, but there is at present only one method, that for class psp.
此功能是通用的,但目前只有一个方法,类psp。
值----------Value----------
Integer.
整数。
(作者)----------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----------
npoints(), psp.object()
npoints(),psp.object()
实例----------Examples----------
data(copper)
nsegments(copper$Lines)
nsegments(copper$SouthLines)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|