addCaption: Add Caption

View source: R/addCaption.R

addCaptionR Documentation

Add Caption

Description

Adds a caption at the bottom of the graph.

Usage

addCaption(caption = "")

Arguments

caption

the text of the caption for the graph

Value

Nothing is returned.

Note

Useful for adding 1-line captions.

Examples

## 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)

USGS-R/smwrGraphs documentation built on Oct. 11, 2022, 6:11 a.m.