methods.distfun(spatstat)
methods.distfun()所属R语言包:spatstat
Methods for Distance Functions
距离函数的方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Methods for objects of the class "distfun".
之类的"distfun"对象的方法。
用法----------Usage----------
## S3 method for class 'distfun'
contour(x, ...)
## S3 method for class 'distfun'
persp(x, ...)
## S3 method for class 'distfun'
plot(x, ...)
## S3 method for class 'distfun'
print(x, ...)
参数----------Arguments----------
参数:x
Object of class "distfun" representing a distance function.
类"distfun"的距离函数的对象。
参数:...
Named arguments controlling the plot. See Details.
命名参数控制的图。查看详细信息。
Details
详细信息----------Details----------
These are methods for the generic functions print, plot, contour and persp for the class "distfun" of distance functions. See distfun for explanation about this class.
这些方法的通用功能print,plot,contour和persp类"distfun"的距离函数。见distfun这个类的解释。
The print method prints a description of the domain of the distance function and the spatial object of which it is the distance function. Any additional arguments ... are ignored.
print方法打印的距离函数域和空间的对象,它是距离函数的描述。任何额外的参数...被忽略。
The plot, contour and persp methods first convert x to a pixel image object using as.im, then display it using plot.im, contour.im or persp.im. Additional arguments ... are either passed to as.im.function to control the spatial resolution of the pixel image, or passed to contour.im, persp.im or plot.im to control the appearance of the plot.
plot,contour和persp方法首先将其转换x像素图像对象使用as.im,然后显示它使用plot.im,contour.im或persp.im。的其他参数...是传递给as.im.function控制的像素图像的空间分辨率,或传递给contour.im,persp.im或plot.im来控制外观的图。
值----------Value----------
NULL.
NULL。
(作者)----------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----------
distfun, as.im, plot.im, persp.im, contour.im, spatstat.options
distfun,as.im,plot.im,persp.im,contour.im,spatstat.options
实例----------Examples----------
data(letterR)
f <- distfun(letterR)
contour(f)
contour(f, W=owin(c(1,5),c(-1,4)), eps=0.1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|