Composing Visualizations

In this example a RGraph is composed with another RGraph (for node rendering).

The RGraph used for node rendering implements a custom node type defined in the "Implementing Node Types" example.

This example shows that many visualizations can be composed to create new visualizations.
See the Example Code