| addCaption | R Documentation |
Adds a caption at the bottom of the graph.
addCaption(caption = "")
caption |
the text of the caption for the graph |
Nothing is returned.
Useful for adding 1-line captions.
## Not run:
set.seed(1)
X <- runif(25)
Y <- runif(25)
setGD()
AA.pl <- xyPlot(X, Y)
addCaption("Twenty five random points")
# See for examples of addCaption:
vignette(topic="GraphSetup", package="smwrGraphs")
demo(topic="AnnualFlowBarChart", package="smwrGraphs")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.