Learn R Programming

kinesis (version 0.3.1)

graphics_ui: Graphical Parameters UI

Description

Graphical Parameters UI

Usage

graphics_ui(
  id,
  col_quali = TRUE,
  col_quant = TRUE,
  pch = TRUE,
  lty = TRUE,
  cex = TRUE,
  asp = FALSE
)

Value

A list of UI elements.

Arguments

id

A character vector to be used for the namespace.

See Also

graphics_server()

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