This function creates a LuminophoR dock using htmlwidgets. The widget can be rendered on HTML pages generated from R Markdown, Shiny, or other applications.

luminophor(items = NULL, width = "100%", height = "72vh",
  elementId = NULL)

Arguments

items

Options for htmlwidget (currently not used in this function)

width, height

Fixed width/height for widget (in css units). The default is NULL, which results in intelligent automatic sizing based on the widget's container. (currently not used in this function - see luminophorOutput to set size specifications)

elementId

Use an explicit element ID for the widget (rather than an automatically generated one). Useful if you have other JavaScript that needs to explicitly discover and interact with a specific widget instance.

See also