Learn R Programming

kinesis (version 0.3.1)

ternary_server: Ternary Plot Server

Description

Ternary Plot Server

Usage

ternary_server(id, x)

Value

No return value, called for side effects.

Arguments

id

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

x

A reactive matrix-like object.

See Also

ternary_ui()

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