找回密码
 注册
查看: 260|回复: 0

R语言 spatstat包 plot.layered()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 13:56:50 | 显示全部楼层 |阅读模式
plot.layered(spatstat)
plot.layered()所属R语言包:spatstat

                                         Layered Plot
                                         分层图

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Generates a layered plot. The plot method for objects of class "layered".
生成一个分层图。图法的对象类"layered"。


用法----------Usage----------


## S3 method for class 'layered'
plot(x, ..., which = NULL, plotargs = NULL)



参数----------Arguments----------

参数:x
An object of class "layered" created by the function layered.  
类的一个对象"layered"的功能layered创建。


参数:...
Arguments to be passed to the plot method for every layer.  
要传递的plot每一层的方法。


参数:which
Subset index specifying which layers should be plotted.   
子集的索引,指定层应绘制。


参数:plotargs
Arguments to be passed to the  plot methods for individual layers. A list of lists of arguments of the form name=value.  
要传递的plot单个层的方法。列表的形式name=value的参数列表。


Details

详细信息----------Details----------

Layering is a simple mechanism for controlling a high-level plot that is composed of several successive plots, for example, a background and a foreground plot. The layering mechanism makes it easier to plot, to switch on or off the plotting of each individual layer, and to control the plotting arguments that are passed to each layer.
分层是一种简单的机制,用于控制组成的几个连续的图,例如,一个背景和前景图的一个高层次的图。分层机制使得更容易绘制,以开启或关闭绘图每个单独的层,并对其进行控制绘图参数传递给每一层。

The layers of data to be plotted should first be converted into a single object of class "layered" using the function layered. Then the layers can be plotted using the method plot.layered.
要绘制的数据层的应首先被转换成一个单一的对象类"layered"使用的功能layered。然后层可以绘制使用方法plot.layered的。


值----------Value----------

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----------

layered, plot.
layered,plot。


实例----------Examples----------


   data(cells)
   D <- distmap(cells)
   L <- layered(D, cells)
   plot(L)
   plot(L, which = 2)
   plot(L, plotargs=list(list(ribbon=FALSE), list(pch=3, cols="white")))

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-6-16 00:27 , Processed in 0.044545 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表