g6_set_theme {g6R} | R Documentation |
Set the theme for a g6 graph via proxy
Description
This function sets the theme for an existing g6 graph instance
Usage
g6_set_theme(graph, theme)
Arguments
graph |
A g6_proxy object created with |
theme |
A character string representing the theme to apply to the graph.
There are 2 internal predefined themes: |
Value
The g6_proxy object (invisibly), allowing for method chaining.
See Also
[Package g6R version 0.1.0 Index]