slideshow {RPMG} | R Documentation |
SlideShow
Description
MAke a slide show similar to Powerpoint presentations
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 |
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.
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 )
[Package RPMG version 2.2-7 Index]