rtfEndGraph

DESCRIPTION:

Closes the graphics device and writes the file(s) to the given RTF file.

USAGE:

rtfEndGraph(rtfFile, 
        fileInfo = list(filename = "_tmpwmf#.wmf", width = 4, height= 3), 
        style="", removeFile = T)

ARGUMENTS:

rtfFile
RTF file to write the graphics to
fileInfo
a list with the following information filename - filename from rtfStartGraph; includes a '#' to allow for multiple graphs width - width of graph in inches (default=4) height - height of graph in inches (default=3)
style
style to be used for the figure in the RTF file, useful for centering the figure ("\\qc"). Style choices are "\\qc" - center the figure "\\ql" - left justify the figure "\\qr" - right justify the figure
removeFile
Logical value that determines if graphic file should be removed after insertion into RTF file. Typically, this will be set to T which is the default.

AUTHOR(S):

TIBCO Software Inc.

SEE ALSO: