methods.lpp(spatstat)
methods.lpp()所属R语言包:spatstat
Methods for Point Patterns on a Linear Network
一个线性网络上的点图案的方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These are methods specifically for the class "lpp" of point patterns on linear networks.
这些方法是专门为类"lpp"点线性网络模式。
用法----------Usage----------
## S3 method for class 'lpp'
as.ppp(X, ..., fatal=TRUE)
## S3 method for class 'lpp'
as.psp(x, ..., fatal=TRUE)
## S3 replacement method for class 'lpp'
marks(x, ...) <- value
## S3 method for class 'lpp'
print(x, ...)
## S3 method for class 'summary.lpp'
print(x, ...)
## S3 method for class 'lpp'
summary(object, ...)
## S3 method for class 'lpp'
unitname(x)
## S3 replacement method for class 'lpp'
unitname(x) <- value
## S3 method for class 'lpp'
unmark(X)
参数----------Arguments----------
参数:x,X,object
An object of class "lpp" representing a point pattern on a linear network.
类的一个对象"lpp"的一个点模式的线性网络。
参数:...
Arguments passed to other methods.
参数传递给其他方法。
参数:value
Replacement value for the marks or unitname of x. See Details.
替换值marks或unitnamex。查看详细信息。
参数:fatal
Logical value indicating whether data in the wrong format should lead to an error (fatal=TRUE) or a warning (fatal=FALSE).
逻辑值,该值指示是否在错误的格式导致错误(fatal=TRUE)或警告(fatal=FALSE)“数据。
Details
详细信息----------Details----------
These are methods for the generic functions as.ppp, as.psp, marks<-, print, summary, unitname, unitname<- and unmark for objects of the class "lpp".
这些方法的通用功能as.ppp,as.psp,marks<-,print,summary,unitname,unitname<-和 unmark的对象类"lpp"。
For "marks<-.lpp" the replacement value should be either NULL, or a vector of length equal to the number of points in x, or a data frame with one row for each point in x.
对于"marks<-.lpp"替换value应该是NULL,或一个矢量的长度相等的点的数量在x,或带有一个行的每个点的数据框在x。
For "unitname<-.lpp" the replacement value should be a valid name for the unit of length, as described in unitname.
对于"unitname<-.lpp",更换value应该是一个有效名称的长度单位,如在unitname。
值----------Value----------
See the documentation on the corresponding generic function.
请参阅相应的通用功能上的文件。
其他方法----------Other methods----------
An object of class "lpp" also inherits the class "ppx" for which many other methods are available. See methods.ppx.
一个对象的类"lpp"的也继承的类"ppx"许多其他的方法。见methods.ppx。
(作者)----------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>
参见----------See Also----------
lpp, methods.ppx
lpp,methods.ppx
实例----------Examples----------
example(lpp)
X
as.ppp(X)
summary(X)
unitname(X) <- c("furlong", "furlongs")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|