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

R语言 rtf包 addPlot.RTF()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 23:17:07 | 显示全部楼层 |阅读模式
addPlot.RTF(rtf)
addPlot.RTF()所属R语言包:rtf

                                        Insert a plot into the RTF document
                                         将一个积成RTF文档

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

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

Insert a plot into the RTF document.
成RTF文档中插入一个图。


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





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

参数:this
An RTF object.
RTF对象。


参数:plot.fun
Plot function.
绘图功能。


参数:width
Plot output width in inches.
绘图输出宽度以英寸为单位。


参数:height
Plot output height in inches.
图输出英寸的高度。


参数:res
Output resolution in dots per inch.
输出分辨率,每英寸点数。


参数:...
Arguments for plot.fun.
plot.fun争。


Details

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

Plots are added to the document as PNG objects.  This function will work with all base graphics methods for plotting.  For more sophisticated plots, you may need to wrap your plot code into a function, and then pass a reference to that function to this method.  The parameters for the plot method would then get passed in as '...' above.
图的PNG文件作为对象。此功能将所有的基本图形绘图的方法。对于更复杂的图,你可能需要来包装你的地积成一个函数的代码,然后通过这种方法,功能。将获得通过的图方法的参数为......“以上。

To output a ggplot2 plot, simply assign the plot to a variable.  Then use 'print' as the plot function and pass in the plot variable assigned above.
要输出一个ggplot2的图,只分配给一个变量的图。然后使用“打印”的绘图功能,并通过在图上面指定的变量。


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


Michael E. Schaffer



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

For more information see RTF.
有关详细信息,请参阅RTF。


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


rtf<-RTF("test_addPlot.doc",width=8.5,height=11,font.size=10,omi=c(1,1,1,1))
addPlot(rtf,plot.fun=plot,width=6,height=6,res=300, iris[,1],iris[,2])
done(rtf)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 02:51 , Processed in 0.020936 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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