plotSizeMarginsUI {debrowser}R Documentation

plotSizeMarginsUI

Description

Size and margins module for plotly plots

Usage

plotSizeMarginsUI(id, w = 800, h = 640, t = 20, b = 100, l = 100, r = 20)

Arguments

id,

id

w,

width

h,

height

t,

top margin

b,

bottom margin

l,

left margin

r,

right margin

Value

size and margins controls

Note

plotSizeMarginsUI

Examples

    x <- plotSizeMarginsUI("heatmap")

[Package debrowser version 1.16.3 Index]