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

R语言:grid.yaxis()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-16 18:44:08 | 显示全部楼层 |阅读模式
grid.yaxis(grid)
grid.yaxis()所属R语言包:grid

                                        Draw a Y-Axis
                                         绘制Y轴

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

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

These functions create and draw a y-axis.
这些功能创建和绘制Y轴。


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


grid.yaxis(at = NULL, label = TRUE, main = TRUE,
           edits = NULL, name = NULL,
           gp = gpar(), draw = TRUE, vp = NULL)

yaxisGrob(at = NULL, label = TRUE, main = TRUE,
          edits = NULL, name = NULL,
          gp = gpar(), vp = NULL)



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

参数:at
A numeric vector of y-value locations for the tick marks.
一个数值向量y值的刻度位置。


参数:label
A logical value indicating whether to draw the labels on the tick marks, or an expression or character vector which specify the labels to use.  If not logical, must be the same length as the at argument.
一个逻辑值,指示是否将画上的刻度,或者一个表达式或字符向量的指定标签使用的标签。如果不符合逻辑的,必须作为at参数的长度相同。


参数:main
A logical value indicating whether to draw the axis at the left (TRUE) or at the right (FALSE) of the viewport.
一个逻辑值,指明是否绘制在左(TRUE),或在右边的轴(FALSE)视口。


参数:edits
A gEdit or gEditList containing edit operations to apply (to the children of the axis) when the axis is first created and during redrawing whenever at is NULL.  
一个gedit或gEditList包含编辑业务申请(轴子女)轴时,首先创建和在重绘时at是NULL。


参数:name
A character identifier.  
字符识别。


参数:gp
An object of class gpar, typically the output from a call to the function gpar.  This is basically a list of graphical parameter settings.
一个类的对象gpar,通常从调用输出函数gpar。这基本上是一个图形参数设置列表。


参数:draw
A logical value indicating whether graphics output should be produced.
一个逻辑值,指示是否应当制作图形输出。


参数:vp
A Grid viewport object (or NULL).
一个电网视口中的对象(或NULL)。


Details

详情----------Details----------

Both functions create a yaxis grob (a graphical object describing a yaxis), but only grid.yaxis draws the yaxis (and then only if draw is TRUE).
这两个函数创建一个Y轴,GROB(图形对象描述了一个Y轴),但只有grid.yaxis提请Y轴(然后只有draw是TRUE)。


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

A yaxis grob.  grid.yaxis returns the value invisibly.
一个Y轴GROB。 grid.yaxis返回无形的价值。


孩子----------Children----------

If the at slot of an xaxis grob is not NULL then the xaxis will have the following children:
如果不是一个X轴GROB插槽atNULL然后X轴将有以下的儿童:




major  representing the line at the base of the
主要代表,在基础线




ticks representing the tick marks.
刻度线代表的刻度。




labels representing the tick labels.
代表的刻度标记的标签。

If the at slot is NULL then there are no children and ticks are drawn based on the current viewport scale.
如果at插槽NULL然后有没有孩子,刻度线当前视口比例的基础上得出的。


作者(S)----------Author(s)----------


Paul Murrell



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

Grid, viewport, grid.xaxis
电网,viewport,grid.xaxis

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 01:35 , Processed in 0.032992 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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