View source: R/figure_caption.R
figure.caption | R Documentation |
Create an auto-numbered, wrapped figure caption
figure.caption(caption, caption.width = 98)
caption |
A string containing the caption text. |
caption.width |
A positive integer giving the target column for wrapping lines in the output. Defaults to 98 |
wrap.caption
, supp.fig.caption
data(example_data) plot(example.data$X, example.data$Y, sub = figure.caption("This is a figure"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.