Spider Plot Module UI
spiderplot_UI.RdSpider Plot Module UI
Usage
spiderplot_UI(
id,
show_color_vars,
show_facet_rows,
show_facet_cols,
height_default = NULL,
height_range = NULL
)Arguments
- id
`[character(1)]`. Unique identifier for the module UI.
- show_color_vars
`[logical(1)]`. Whether to show the color variable selection.
- show_facet_rows
`[logical(1)]`. Whether to show the facet rows selection.
- show_facet_cols
`[logical(1)]`. Whether to show the facet columns selection.
- height_default
`[numeric(1) | NULL]`. Default plot height in inches. If NULL, defaults to 5 inches.
- height_range
`[numeric(2) | NULL]`. Range of allowable plot heights in inches. If NULL, defaults to c(1, height_default * 2).