scatterplotcontrolsInput: Input function for scatterplotcontrols module

View source: R/scatterplotcontrols.R

scatterplotcontrolsInputR Documentation

Input function for scatterplotcontrols module

Description

This module provides controls (2D/3D, axes etc) for scatter plots, which may then be used by one or more instances of the scatterplot module.

Usage

scatterplotcontrolsInput(id, allow_3d = TRUE, make_colors = FALSE)

Arguments

id

Submodule namespace

allow_3d

Boolean: allow user to choose 3D plotting?

make_colors

Boolean: add controls for coloring?

Value

output An HTML tag object that can be rendered as HTML using as.character()

Examples

scatterplotcontrolsInput("pca", allow_3d = FALSE) # for a 2D plot


pinin4fjords/shinyngs documentation built on Feb. 28, 2024, 10:19 a.m.