graphics_ui {kinesis} | R Documentation |
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
)
Arguments
id |
A |
Value
A list
of UI elements.
See Also
Other plot modules:
graphics_server()
,
scatter_server()
,
scatter_ui()
,
ternary_server()
,
ternary_ui()
[Package kinesis version 0.2.1 Index]