slideshow(RPMG)
slideshow()所属R语言包:RPMG
SlideShow
幻灯片
译者:生物统计家园网 机器人LoveR
描述----------Description----------
MAke a slide show similar to Powerpoint presentations
制作幻灯片显示出类似的Powerpoint演示文稿
用法----------Usage----------
slideshow(P = c("hi", "there", "sugar pie"), dy = 0.2, EX = 0.1, ht = 3, font = 2, anim = FALSE)
参数----------Arguments----------
参数:P
vector of character strings to display
矢量显示的字符串
参数:dy
vertical spacing, percentage
垂直间距,百分比
参数:EX
horizontal offset, percentage
水平偏移量,百分比
参数:ht
Character expansion, see par
字符扩展,请参阅参数
参数:font
Font choice, see par
字体选择,请参阅参数
参数:anim
logical, Animation, TRUE=means animate the input line-by-line
逻辑,动画,动画的输入线,由线TRUE =
Details
详细信息----------Details----------
The function is meant to be used in presentations when R is running a script and text needs to be displayed to explain the talk. The animation is controlled by clicking on the screen using locator(1) function.
的功能是要被用于在演示文稿中当R为运行一个脚本,并需要被显示的文本解释讲座。动画控制,通过点击屏幕上的使用定位器(1)功能。
值----------Value----------
Side effects
副作用
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
实例----------Examples----------
Ptext1 = c("New Package: Rquake", "Earthquake Location",
"Inverse Theory",
"Graphics",
"Statistical Analysis" )
slideshow(Ptext1, ht=3, anim=FALSE )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|