emptyplot(shape)
emptyplot()所属R语言包:shape
open a plot without axes, labels,...
打开一个图没有轴,标签,...
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates a plotting region, bounded by xlim and ylim; without axes, labels, titles, useful for plotting shapes.
创建绘图区域范围内作适当调整和ylim,没有坐标轴,标签,标题,用于绘制形状。
用法----------Usage----------
emptyplot(xlim = c(0, 1), ylim = xlim, asp = 1, frame.plot = FALSE,
col = NULL, ...)
参数----------Arguments----------
参数:xlim
the x limits (min,max) of the plot.
在x限制(最小值,最大值)的图。
参数:ylim
the y limits (min,max) of the plot.
在y限制(最小值,最大值)的图。
参数:asp
the y/x aspect ratio.
y / x的宽高比。
参数:frame.plot
to toggle off drawing of a bounding box.
切换绘制边界框。
参数:col
the background color.
背景颜色。
参数:...
arguments passed to R-function plot.
参数传递给R-函数图。
(作者)----------Author(s)----------
Karline Soetaert <karline.soetaert@nioz.nl>
参见----------See Also----------
plot, plot.default
plot,plot.default
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|