Skip to contents

network.r2d3 makes interactive network charts in D3 leveraging r2d3

It is intended to closely follow the functionality of networkD3, but with the following benefits:

  1. leverage the benefits of r2d3 versus including a version of D3 internally
  2. use a better, more consistent API based on current standards in tidyverse
  3. use transparent converters to enable easy usage of numerous data input types
  4. use a testing infrastructure to aid in development

Installation

You can install the dev version of network.r2d3 with:

pak::pak("cjyetman/network.r2d3")