Description Usage Arguments Value Author(s) Examples
Writes the images contained in the image
slot of the Frames
object elements.
The images can be exported as single frames, or as a .gif image that is composed
by the single frames.
1 2 3 4 5 6 7 | export.Frames(
frames,
dir = tempdir(),
nameStub = "testExport",
createGif = FALSE,
removeAfterCreatingGif = TRUE
)
|
frames |
A |
dir |
The path of the folder where the image should be written |
nameStub |
The stub for the file name, that will be used as a prefix for the exported images |
createGif |
Logical, whether to create or not an animated .gif file |
removeAfterCreatingGif |
Logical, whether to remove the single exported .png images after creating the single .gif |
Image files are written in the desired location
Federico Marini, marinif@uni-mainz.de, 2014
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.