Description Usage Arguments Value Author(s) See Also
View source: R/Report-methods.R
Generates HTML code for a figure in the specified report. A figure is a collection of images (plots), of which only one is visible at any given moment.
1 2 3 4 5 6 7 | rnb.add.figure(
report,
description,
report.plots,
setting.names = list(),
selected.image = as.integer(1)
)
|
report |
Report to write the text to. |
description |
Human-readable description of the figure. This must be a non-empty |
report.plots |
Object of type |
setting.names |
List of plot file element descriptors. Every variable elements in the plot file names must be included in this list. Set this to empty list if no variable elements are present, that is, if the figure should present a single report plot. |
selected.image |
Index of plot to be initially selected in the figure. |
The modified report.
Yassen Assenov
rnb.add.tables
for adding a listing of tables; Report
for other functions
adding contents to an HTML report
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.