plot.linnet(spatstat)
plot.linnet()所属R语言包:spatstat
Plot a linear network
绘制线性网络
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots a linear network
绘制一个线性网络
用法----------Usage----------
## S3 method for class 'linnet'
plot(x, ..., main=NULL, add=FALSE,
vertices=FALSE, window=FALSE)
参数----------Arguments----------
参数:x
Linear network (object of class "linnet").
线性网络(类的对象"linnet"“)。
参数:...
Arguments passed to plot.psp controlling the plot.
参数传递给plot.psp控制的图。
参数:main
Main title for plot. Use main="" to suppress it.
主标题图。使用main=""抑制它。
参数:add
Logical. If codeTRUE, superimpose the graphics over the current plot. If FALSE, generate a new plot.
逻辑。如果codeTRUE,图形叠加在当前的图。如果FALSE,生成一个新的图。
参数:vertices
Logical. Whether to plot the vertices as well.
逻辑。无论是绘制的顶点。
参数:window
Logical. Whether to plot the window containing the linear network.
逻辑。中是否绘制窗口,其中包含线性网络。
Details
详细信息----------Details----------
This is the plot method for class "linnet".
这是图类"linnet"方法。
值----------Value----------
Null.
空。
(作者)----------Author(s)----------
Ang Qi Wei <a href="mailto:aqw07398@hotmail.com">aqw07398@hotmail.com</a> and
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----------
linnet
linnet
实例----------Examples----------
example(linnet)
plot(letterA)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|