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

R语言 scape包 plotN()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-29 22:43:39 | 显示全部楼层 |阅读模式
plotN(scape)
plotN()所属R语言包:scape

                                        Plot Numbers at Age
                                         在年龄的地号

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

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

Plot scape model predicted numbers at age.
图scape模型预测多岁。


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


plotN(model, what="d", swap=FALSE, years=NULL, ages=NULL, axes=TRUE,
      same.limits=TRUE, div=1, log=FALSE, base=10, main="", xlab="",
      ylab="", cex.main=1.2, cex.lab=1, cex.axis=0.8, cex.strip=0.8,
      col.strip="gray95", strip=strip.custom(bg=col.strip),
      las=(what=="b"), tck=c(1,what=="b")/2, tick.number=10, lty.grid=3,
      col.grid="white", pch=16, cex.points=1, col.points="black",
      ratio.bars=3, col.bars="gray", plot=TRUE, ...)



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

参数:model
fitted scape model.
装scape模型。


参数:what
what to plot: "d"[efault], "i"[nitial year], "l"[ast year], "r"[ecruitment], "p"[panels], "b"[ubble plot].
什么图:"d" [EFAULT],"i"[nitial的一年,"l"[助攻年],"r"[ecruitment],"p" [板] ,"b" [ubble图。


参数:swap
whether to swap ages and years between axes or panels.
交换轴或面板的年龄和年间。


参数:years
vector of numbers indicating which years to plot (all by default).
矢量的数字表示年份绘制(所有默认情况下)。


参数:ages
vector of numbers indicating which ages to plot (all by default).
矢量的数字表明哪个年龄段的绘制(默认情况下)。


参数:axes
whether to plot axis values.
是否绘制轴的值。


参数:same.limits
whether panels should have same y-axis limits.
板是否应该有相同的Y轴范围。


参数:div
denominator to shorten values on the y axis.
分母,以缩短在y轴上的值。


参数:log
whether to log-transform values.
是否记录转换值。


参数:base
logarithm base.
对数的底。


参数:main
main title.
主标题。


参数:xlab
x-axis label.
X轴标签。


参数:ylab
y-axis label.
y轴的标签。


参数:cex.main
size of main title.
主标题的大小。


参数:cex.lab
size of axis labels.
轴标签的大小。


参数:cex.axis
size of tick labels.
大小的刻度标记。


参数:cex.strip
size of strip labels.
条标签的大小。


参数:col.strip
color of strip labels.
条标签的颜色。


参数:strip
logical flag (whether to plot strip labels), or a function passed to xyplot.
逻辑标志(是否绘制条标签),或者一个函数传递给xyplot。


参数:las
orientation of tick labels: 0=parallel, 1=horizontal, 2=perpendicular, 3=vertical.
0 =并行,1 =水平,垂直,2 = 3 =垂直方向的刻度标签:。


参数:tck
tick mark length.
刻度线的长度。


参数:tick.number
number of tick marks.
的刻度数。


参数:lty.grid
line type of gridlines.
线类型的网格线。


参数:col.grid
color of gridlines.
网格线的颜色。


参数:pch
symbol for points.
点符号。


参数:cex.points
size of points.
的点的大小。


参数:col.points
color of points.
色的点。


参数:ratio.bars
width of bars.
宽度的条形。


参数:col.bars
color of bars.
颜色的条形。


参数:plot
whether to draw plot.
是否绘制的图。


参数:...
passed to xyplot, panel.barchart, and panel.xyplot.
传递给xyplot,panel.barchart,panel.xyplot。


Details

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

The "d"[efault] plot is a combination of "i"[nitial year] and "r"[ecruitment].
"d" [EFAULT]图是一个组合"i"[nitial的一年"r"[ecruitment]。


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

When plot=TRUE, a trellis plot is drawn and a data frame is returned, containing the data used for plotting. When plot=FALSE, a trellis object is returned.
当plot=TRUE,一个网格图的绘制,并返回一个数据框,包含的数据用于绘制。当plot=FALSE,返回一个网格对象。


注意----------Note----------

The Args function from the gdata package is recommended for reviewing the arguments, instead of args.
建议审查的论点,而不是Argsgdata功能args包。


参见----------See Also----------

xyplot, panel.xyplot, and panel.barchart are the underlying drawing functions.
xyplot,panel.xyplot和panel.barchart是基本的绘图功能。

plotCA, plotCL, plotIndex, and plotLA plot model fit and data.
plotCA,plotCL,plotIndex和plotLA积模型的拟合和数据。

plotB, plotN, and plotSel plot derived quantities.
plotB,plotN和plotSel图导出量。

scape-package gives an overview of the package.
scape-package给出了一个概述的包。


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


plotN(x.cod, div=1000, xlab=c("Age (years)","Year"),
      ylab="Individuals (million)")

plotN(x.cod, "l", div=1000, xlab="Age", ylab="Individuals (million)")

plotN(x.cod, "r", age=3, div=1000, xlim=c(1967,2002))

plotN(x.cod, "p", div=1000, ages=3:10, xlim=c(2,11), xlab="Age",
      ylab="Individuals (million)", cex.strip=0.7, cex.axis=0.7,
      tck=0.5)

plotN(x.cod, "b", xlab="Age (years)", ylab="Year", cex.points=0.7)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-29 18:22 , Processed in 0.018789 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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