plot_ui: data download ui

Description Usage Arguments

View source: R/module_plot.R View source: R/module_data_download.R

Description

data download ui

plot UI

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
plot_ui(
  id,
  min_height = "500px;",
  action_widths = c(3, 6, 3),
  left_actions = list(),
  center_actions = list(),
  right_actions = list(),
  click = FALSE,
  dblclick = FALSE,
  brush_direction = NULL
)

plot_ui(
  id,
  min_height = "500px;",
  action_widths = c(3, 6, 3),
  left_actions = list(),
  center_actions = list(),
  right_actions = list(),
  click = FALSE,
  dblclick = FALSE,
  brush_direction = NULL
)

Arguments

brush_direction

if NULL no brush, if "x", "y", or "xy", creates a brush


KopfLab/isoviewer documentation built on July 16, 2021, 1:21 a.m.