rtfWriteGraphCaptions

DESCRIPTION:

Writes out captions, text and pagebreak for graphs

USAGE:

rtfWriteGraphCaptions(rtfFile, textHeaderStyle, caption = NULL, titl = "", 
                         graphText = NULL, pagebreak = T)

ARGUMENTS:

rtfFile
rtfFile to write the output to if writeText=T.
textHeaderStyle
Text style to use for header text.
caption
Caption for graph (default=NULL).
titl
Title for graph caption (default="").
graphText
Extra graph text to add before graph (default=NULL).
pagebreak
T/F determines if page break should be written before graph caption and title (default=T).

DETAILS:

This function writes out captions, text and pagebreak for graphs.

AUTHOR(S):

TIBCO Software Inc.