SetConfiguration(RSurvey)
SetConfiguration()所属R语言包:RSurvey
Set Window and Plotting Parameters
设置窗口和绘图参数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A <acronym>GUI</acronym> for specifying window geometry and universal plotting parameters.
一个<acronym> GUI </首字母缩写>指定窗口的几何形状和通用绘图参数。
用法----------Usage----------
SetConfiguration(parent = NULL)
参数----------Arguments----------
参数:parent
tkwin; the <acronym>GUI</acronym> parent window.
tkwin; <acronym> GUI </首字母缩写父窗口。
值----------Value----------
Queries and sets the following components of Data:
查询和设置以下组件Data:
参数:nlevels
integer; approximate number of contour levels desired; its default is 20.
整数约数所需的轮廓水平,它的默认值是20。
参数:width
numeric; the width of the plotting window canvas in inches; its default is 7.
数字英寸的画布上绘图窗口的宽度,它的默认值是7。
参数:cex.pts
numeric; the amount by which point symbols should be magnified relative to the default value, 1.0. For example, cex.pts = 0.5 reduces the point symbol to half of its default size.
数字量点符号相对应放大为默认值,1.0。例如,cex.pts = 0.5减少点符号,其默认大小的一半。
参数:asp.yx, asp.zx
numeric; the y/x and z/x aspect ratios, respectively (optional).
数字,y/x和z/x纵横比,分别为(可选)。
参数:vmax
numeric; the maximum length of arrows in inches (optional).
数字的最大长度的箭头英寸(可选)。
参数:vxby, vyby
integer; increment for the sequence of arrows in the x and y directions, respectively.
整数;增量x和y方向,分别为序列中的箭头。
参数:tgap
numeric; the time-gap exceedance level in seconds. A break in the linear segments of the time-series plot will occur where differences between sequential temporal records is greater than tgap.
数值,以秒为单位的时间间隔超出水平。一个截断的时间序列曲线的直线段将出现在连续时间的记录之间的差异大于tgap。
参数:rkey
logical; if TRUE the legend key is reversed with z values descending from top to bottom; its default is FALSE.
逻辑,如果TRUE传说z值下降从上到下关键是相反的,它的默认值是FALSE。
参数:img.contour
logical; if TRUE the image function is used to plot interpolated surfaces; if FALSE, the default, the filled.contour function is used.
逻辑,如果TRUEimage函数用于绘制插值表面; FALSE如果,默认情况下,filled.contour函数使用。
参数:show.lines
logical; if TRUE the line contours will be plotted on the two-dimensional interpolated surface; its default is FALSE.
合乎逻辑;,如果TRUE线轮廓将被绘制在二维插值表面,它的默认值是FALSE。
参数:show.points
logical; if TRUE the point values associated with (x,y) will be plotted on the interpolated surface; its default is FALSE.
逻辑,如果TRUE点值与(x,y)将被绘制的插值表面上,它的默认值是FALSE。
参数:show.poly
logical; if TRUE polygons describing the spatial domain are added to the scatter plot and two-dimensional surface plot; its default is FALSE.
逻辑,如果TRUE的多边形描述空间域添加到散点图和二维表面图,它的默认值是FALSE。
参数:vuni
logical; if TRUE a constant arrow length specified by vmax is used; its default is FALSE.
合乎逻辑;,如果TRUE一个恒定的箭头长度指定的vmax使用其默认值是FALSE。
参数:show.2.axes
logical; if TRUE axes tickmarks will be drawn on all sides; its default is FALSE.
逻辑,如果TRUE轴刻度线将被绘制在各方面,它的默认值是FALSE。
参数:minor.ticks
logical; if TRUE minor tickmarks are added to the plot; its default is FALSE.
逻辑,如果TRUE次要刻度线的图,它的默认值是FALSE。
参数:ticks.inside
logical; if TRUE tickmarks are placed inside the plot region; its default is FALSE.
逻辑;如果TRUE刻度线都放在里面的图区域,其默认值为FALSE。
参数:rm.pnt.line
logical; if TRUE the line boundary on point symbols is not drawn; its default is FALSE.
逻辑,如果TRUE线边界上的点状符号的绘制,它的默认值是FALSE。
注意----------Note----------
Re-importing data does not affect values specified in this <acronym>GUI</acronym>.
重新导入的数据不影响这<acronym> GUI> </首字母缩写在指定的值。
(作者)----------Author(s)----------
J.C. Fisher
实例----------Examples----------
SetConfiguration()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|