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)
Value
Side effects
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
Author
Jonathan M. Lees<jonathan.lees@unc.edu>
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.