An open API service indexing awesome lists of open source software.

https://github.com/johncoene/n3d

3D networks in R
https://github.com/johncoene/n3d

network r rstats

Last synced: 12 months ago
JSON representation

3D networks in R

Awesome Lists containing this project

README

          

[![Travis build status](https://travis-ci.org/JohnCoene/n3d.svg?branch=master)](https://travis-ci.org/JohnCoene/n3d)

# n3d

3D networks in R.

## Installation

``` r
# install.packages("remotes")
remotes::install_github("JohnCoene/n3d")
```

## Example

``` r
library(n3d)

n3d() %>%
n_nodes(lesmis_nodes, id, color, size = out_degree) %>%
n_edges(lesmis_edges, source, target)
```

![](n3d.png)