View source: R/plots-utility-layout.R
layoutClinData | R Documentation |
Set layout for a clinical data plot.
layoutClinData(
xLab = NULL,
yLab = NULL,
title = NULL,
caption = NULL,
subtitle = NULL,
includeLegend = FALSE,
legendPosition = "right",
facet = FALSE,
nrow = 1L,
ncol = 1L,
width,
height,
watermark = NULL,
...
)
xLab |
String with label for |
yLab |
String with label for |
title |
String with title for the plot. |
caption |
String with caption. |
subtitle |
String with subtitle. |
includeLegend |
Logical, if TRUE (by default) a legend is available in the plot. |
legendPosition |
String with position of the legend, among: 'top'/'left'/'bottom'/'right', 'right' by default. |
facet |
Logical (FALSE by default), does the plot contains facets? |
nrow |
single-length integer specifying the
number of facet rows in the plot. (default = 1)
Overwritten if |
ncol |
single-length integer specifying the
number of facet columns in the plot. (default = 1)
Overwritten if |
width |
Numeric, width of the plot in pixels, 800 by default. |
height |
Numeric, height of the plot in pixels, 500 by default. |
watermark |
(optional) String with path to a file containing a watermark. |
... |
Any parameters for the |
The updated plotly
object
Laure Cougnaud
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.