plotSizeMarginsUI | R Documentation |
Size and margins module for plotly plots
plotSizeMarginsUI(id, w = 800, h = 640, t = 20, b = 100, l = 100, r = 20)
id, |
id |
w, |
width |
h, |
height |
t, |
top margin |
b, |
bottom margin |
l, |
left margin |
r, |
right margin |
size and margins controls
plotSizeMarginsUI
x <- plotSizeMarginsUI("heatmap")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.