figsizeInput: Figure size input

View source: R/shiny_helpers.R

figsizeInputR Documentation

Figure size input

Description

Figure size input

Usage

figsizeInput(
  id,
  label = "Figure size",
  choices = c("800x800", "600x600", "600x800", "800x600", "1200x600", "1200x800",
    "600x1200", "800x1200", "1200x1200"),
  selected = NULL,
  custom = TRUE,
  ...
)

Arguments

id

ID of the element

label

Label for the input

choices

Which figure size choices (in pixels)

selected

Default figure size

custom

Whether custom fig sizes are allowed

...

further arguments passed to selectizeInput


bihealth/bioshmods documentation built on July 1, 2023, 4:32 a.m.