scatter_server {kinesis}R Documentation

Scatter Plot Server

Description

Scatter Plot Server

Usage

scatter_server(id, x)

Arguments

id

An ID string that corresponds with the ID used to call the module's UI function.

x

A reactive data.frame.

Value

No return value, called for side effects.

See Also

scatter_ui()

Other plot modules: graphics_server(), graphics_ui(), scatter_ui(), ternary_server(), ternary_ui()


[Package kinesis version 0.2.1 Index]