npoints(spatstat)
npoints()所属R语言包:spatstat
Number of Points in a Point Pattern
数点的点模式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns the number of points in a point pattern of any kind.
返回点的数量在一个点的任何一种模式。
用法----------Usage----------
npoints(x)
## S3 method for class 'ppp'
npoints(x)
## S3 method for class 'pp3'
npoints(x)
## S3 method for class 'ppx'
npoints(x)
参数----------Arguments----------
参数:x
A point pattern (object of class "ppp", "pp3", "ppx" or some other suitable class).
点模式(类"ppp","pp3","ppx"或其他一些合适的类的对象)。
Details
详细信息----------Details----------
This function returns the number of points in a point pattern. The function npoints is generic with methods for the classes "ppp", "pp3", "ppx" and possibly other classes.
这个函数返回一个点图案中的点的数量。函数npoints的类"ppp","pp3","ppx"和其他可能的类的方法是通用的。
值----------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----------
ppp.object, print.pp3, print.ppx.
ppp.object,print.pp3,print.ppx。
实例----------Examples----------
data(cells)
npoints(cells)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|