add_title {scplot} | R Documentation |
Add title and caption to an scplot
Description
Add title and caption to an scplot
Usage
add_title(object, label, ...)
add_caption(object, label, header = "Note:\n", ...)
Arguments
object |
An scplot object (class |
label |
A Character vector with text labels. |
... |
List with text parameters ( |
header |
String with header above footnote/ caption |
Value
An object of class scplot
(seescplot()
) with changed title
and caption
elements.
[Package scplot version 0.4.0 Index]