Description Usage Arguments Details Value Note Author(s) References See Also Examples
swf
is used to open a R graphics device which supports output in the SWF (shockwave flash) format.
1 2 |
file |
A character string indicating the desired path to the output file. |
width |
The width of the output figure, in inches. |
height |
The height of the output figure, in inches. |
bg |
The starting background color for the plot. |
fg |
The starting foreground color for the plot. |
frameRate |
The frame rate for the resulting swf file. Ignored if multipage output is not used. |
fontFiles |
List of font files to be used, see details. |
ttf |
Use fonts provided with swfDevice, possible values are 'liberaion' or 'vera'. By default swfDevice uses liberation fonts. |
swfDevice outputs swf graphics by using the Ming library.
swf()
returns no values.
Windows
Cameron Bracken cameron.bracken@gmail.com
The Ming Library: http://libming.org/
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.