scatterplotOutput: Output function for the scatterplot module

View source: R/scatterplot.R

scatterplotOutputR Documentation

Output function for the scatterplot module

Description

This module uses Plotly to create scatter plots (see plot_ly), of both 2D and 3D varieties.

Usage

scatterplotOutput(id)

Arguments

id

Module namespace

Details

Controls for this module are provided by the scatterplotcontrols module, which is automatically called if reactives are not supplied to the server function. This setup allows the same set of controls to power multiple scatter plots.

Value

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

Examples

scatterplotOutput("pca")


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