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

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

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

                                        Plot a List of Point Patterns
                                         绘制一个点模式列表

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

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

Plots a list of point patterns.
绘制一个列表中的点图案。


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


  ## S3 method for class 'splitppp'
plot(x, ..., main, arrange=TRUE,
   nrows=NULL, ncols=NULL, main.panel=NULL, mar.panel=c(2,1,1,2),
   panel.begin=NULL, panel.end=NULL, panel.args=NULL, plotcommand="plot",
   adorn.left=NULL, adorn.right=NULL, adorn.bottom=NULL, adorn.size=0.2)



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

参数:x
A named list of point patterns, typically obtained from split.ppp.  
点模式命名列表,,通常获得split.ppp。


参数:...
Arguments passed to plot.ppp which control the appearance of each plot panel.  
参数传递给plot.ppp控制每个小区面板的外观。


参数:main
Overall heading for the plot.  
总标题的图。


参数:arrange
Logical flag indicating whether to plot the point patterns side-by-side on a single page (arrange=TRUE) or plot them individually in a succession of frames (arrange=FALSE).  
逻辑标志指示,是否绘制点模式的单页(arrange=TRUE)或单独绘制出来,在连续的帧(arrange=FALSE)。


参数:nrows,ncols
Optional. The number of rows/columns in the plot layout (assuming arrange=TRUE). You can specify either or both of these numbers.  
可选。的行/列中的图布局(假设arrange=TRUE“)。您可以指定这些数字的一方或双方。


参数:main.panel
Optional. A character string, or a vector of character strings, giving the headings for each of the point patterns.   
可选。一个字符串,字符串或一个矢量,给标题为每个点图案。


参数:mar.panel
Optional value of the graphics parameter mar controlling the size of the margins outside each plot panel. See the help file for par.  
图形参数的可选值mar控制各小区外面板的边缘的大小。请参阅帮助文件par。


参数:panel.begin,panel.end
Optional. Functions that will be executed before and after each panel is plotted. See Details.  
可选。绘制将被执行之前和之后的每个面板的功能。查看详细信息。


参数:panel.args
Internal use only.  
仅供内部使用。


参数:plotcommand
Optional. Character string containing the name of the command that should be executed to plot each panel.   
可选。字符串,包含绘制每个面板,应执行的命令,该命令的名称。


参数:adorn.left,adorn.right,adorn.bottom
Optional. Functions (with no arguments) that will be executed to generate additional plots at the margins (left, right, and/or bottom, respectively) of the array of plots.  
可选。产生额外的图在边缘(左,右,和/或底部,分别)的数组图将要执行的函数(不带参数)。


参数:adorn.size
Relative width (as a fraction of the other panels' widths) of the margin plots.  
相对宽度的(作为其它面板的宽度的一小部分)的边缘图。


Details

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

This is the plot method for the class "splitppp". It is typically used to plot the result of the function split.ppp but it may also be used to plot any list of point patterns created by the user.
这是plot方法的类"splitppp"。它通常用于绘制的函数的结果split.ppp但它也可以被用于绘制由用户创建的任何列表中的点图案。

The argument x should be a named list of point patterns (objects of class "ppp", see ppp.object). Each of these point patterns will be plotted in turn using plot.ppp.
参数x应该是一个名为list的点模式(类的对象"ppp",看到ppp.object“)。这些点模式中的每一个都将被绘制依次使用plot.ppp。

The arguments panel.begin and panel.end may be functions that will be executed before and after each panel is plotted. They will be called as panel.begin(i, y, main=main.panel[i]) and panel.end(i, y, add=TRUE).
的参数panel.begin和panel.end可能是将被执行之前和之后的每个面板都绘制的功能。他们将被称为panel.begin(i, y, main=main.panel[i])和panel.end(i, y, add=TRUE)。

Alternatively, panel.begin and panel.end may be objects of some class that can be plotted with the generic plot command. They will be plotted before and after each panel is plotted.
另外,panel.begin和panel.end可能是与通用plot命令的类的对象可以绘制。它们将被绘制之前和之后每个面板都绘制。


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

split.ppp, plot.ppp, ppp.object
split.ppp,plot.ppp,ppp.object


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


# Multitype point pattern[多类型的点模式]
data(amacrine)
plot(split(amacrine))
plot(split(amacrine), main="",
     panel.begin=function(i, y, ...) { plot(density(y), ribbon=FALSE, ...) })

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-16 16:25 , Processed in 0.025253 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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