swf: SWF Graphics Device

Description Usage Arguments Details Value Note Author(s) References See Also Examples

Description

swf is used to open a R graphics device which supports output in the SWF (shockwave flash) format.

Usage

1
2
swf(file = "Rplots.swf", width = 7, height = 7, bg = "white", 
		fg = "black", frameRate = 12, fontFiles = NULL, ttf = 'liberation')

Arguments

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.

Details

swfDevice outputs swf graphics by using the Ming library.

Value

swf() returns no values.

Note

Windows

Author(s)

Cameron Bracken cameron.bracken@gmail.com

References

The Ming Library: http://libming.org/

See Also

swfDevice-package

Examples

1
2
3
4
## Not run: 
	#Coming soon

## End(Not run)

cameronbracken/swfDevice documentation built on May 13, 2019, 11:02 a.m.