plotB(scape)
plotB()所属R语言包:scape
Plot Biomass, Recruitment, and Landings
图生物量,招聘和着陆
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot scape model predicted biomass, stock recruitment, and landings.
图scape模型预测的生物量,招聘,股票和着陆。
用法----------Usage----------
plotB(model, what="d", series=NULL, years=NULL, axes=TRUE, div=1,
legend="bottom", main="", xlab="", ylab="", cex.main=1.2,
cex.legend=1, cex.lab=1, cex.axis=0.8, las=1,
tck=c(1,what=="d")/2, tick.number=5, lty.grid=3, col.grid="white",
pch=16, cex.points=0.8, col.points="black", lty.lines=1:3,
lwd.lines=2, col.lines="black", ratio.bars=3, col.bars="gray",
plot=TRUE, ...)
参数----------Arguments----------
参数:model
fitted scape model.
装scape模型。
参数:what
what to plot: "d"[efault], "s"[tock recruitment], or "l"[andings].
图:"d" [EFAULT],"s" [滴答招聘,或"l" [andings]。
参数:series
vector of strings indicating which column names in model$B data frame to plot (all by default).
向量的字符串表示列名在model$B数据框图(所有默认情况下)。
参数:years
vector of numbers indicating which years to include (all by default).
矢量的数字表示年份,包括(所有默认情况下)。
参数:axes
whether to plot axis values.
是否绘制轴的值。
参数:div
denominator to shorten values on the y axis, or a vector with two elements referring to x and y axis.
分母,以缩短在y轴上,或一个矢量的值与所指的x和y轴的两个元素。
参数:legend
legend location: "bottom", "left", "top", "right", or "" to suppress legend.
传说中的位置:"bottom","left","top","right"或""抑制传说。
参数:main
main title.
主标题。
参数:xlab
x-axis label.
X轴标签。
参数:ylab
y-axis label.
y轴的标签。
参数:cex.main
size of main title.
主标题的大小。
参数:cex.legend
size of legend text.
图例文本的大小。
参数:cex.lab
size of axis labels.
轴标签的大小。
参数:cex.axis
size of tick labels.
大小的刻度标记。
参数: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.
色的点。
参数:lty.lines
line type of main lines.
主线线路类型。
参数:lwd.lines
line width of main lines.
主线的线宽度。
参数:col.lines
color of main lines.
颜色的主线。
参数:ratio.bars
width of bars.
宽度的条形。
参数:col.bars
color of bars.
颜色的条形。
参数:plot
whether to draw plot.
是否绘制的图。
参数:...
passed to xyplot and panel.superpose.
传递xyplot和panel.superpose。
Details
详细信息----------Details----------
The "d"[efault] plot shows spawning biomass and vulnerable biomass as lines, and landings as bars, on the same scale.
"d" [EFAULT]图显示产卵生物量和脆弱的生物量线,如条形和着陆,在相同的规模。
值----------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.barchart, and panel.superpose are the underlying drawing functions.
xyplot,panel.barchart和panel.superpose是基本的绘图功能。
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----------
plotB(x.ling, series=c("VB.1","VB.2","Y"), div=1000, xlab="Year\n",
ylab="Biomass and landings (1000 t)")
plotB(x.ling, "s", div=1000, xlab="Biomass age 4+ (1000 t)",
ylab="Recruitment (million one-year-olds)")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|