Description Usage Arguments Details Value Author(s) See Also Examples
Generates play and stop buttons at the specified position.
1 2 | swfAddPlayerControls <- function(x, y = NULL, inset=.1,
play.col = "green", stop.col = "red")
|
x |
A character string indicating the position of the controls (as in |
y |
The y coordinate of the center of the controls. |
inset |
If x is a character string then inset is used to determine the padding from the borders of the plot. Units are proportion of the plotting region. |
play.col |
The starting background color for the play button. |
stop.col |
The starting background color for the stop button. |
Adds player controls (play, stop) at the given position. The position may be specified as a character string such as in legend
. If an animation is being generated then controls must be added to every new frame. In other words, if a new top level plotting function is called and a new frame is generated, the controls on the last frame will be destroyed.
swfAddPlayerControls
returns no values.
Cameron Bracken cameron.bracken@gmail.com
1 2 3 4 | ## Not run:
#Coming soon
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.