ternary_server {kinesis}R Documentation

Ternary Plot Server

Description

Ternary Plot Server

Usage

ternary_server(id, x)

Arguments

id

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

x

A reactive matrix-like object.

Value

No return value, called for side effects.

See Also

ternary_ui()

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


[Package kinesis version 0.2.1 Index]