plotSizeMarginsUI: plotSizeMarginsUI

Description Usage Arguments Value Note Examples

View source: R/plotSize.R

Description

Size and margins module for plotly plots

Usage

1
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

1
    x <- plotSizeMarginsUI("heatmap")

debrowser documentation built on Dec. 18, 2020, 2 a.m.