graphics_server: Graphical Parameters Server

View source: R/graphics.R

graphics_serverR Documentation

Graphical Parameters Server

Description

Graphical Parameters Server

Usage

graphics_server(id)

Arguments

id

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

Value

A reactiveValues object with elements:

col_quali, col_quant

A palette function that when called with a single argument returns a character vector of colors.

pch

A palette function that when called with a single argument returns a character vector of symbols.

lty

A palette function that when called with a single argument returns a character vector of symbols.

cex

A palette function that when called with a single argument returns a numeric vector giving the amount by which plotting text and symbols should be magnified relative to the default.

asp

See Also

graphics_ui()

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


kinesis documentation built on July 1, 2025, 5:08 p.m.