l_navigator_add | R Documentation |
To turn a graph into a navigation graph you need to add one or more navigators. Navigator have their own set of states that can be queried and modified.
l_navigator_add(
widget,
from = "",
to = "",
proportion = 0,
color = "orange",
...
)
widget |
graph widget |
from |
The position of the navigator on the graph is defined by the
states |
to |
see descriptoin above for |
proportion |
see descriptoin above for |
color |
of navigator |
... |
named arguments passed on to modify navigator states |
For more information run: l_help("learn_R_display_graph.html#navigators")
navigator handle with navigator id
l_navigator_delete
, l_navigator_ids
,
l_navigator_walk_path
,
l_navigator_walk_forward
,
l_navigator_walk_backward
, l_navigator_relabel
,
l_navigator_getLabel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.