rnb.add.figure {RnBeads} | R Documentation |
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.
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