Skip to content

vonwenm/R-D3-SNA-Course-Example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A simple example using R and D3.js for show the examples of SNA Course in Coursera. Live example is here.

Details

First, a R script for generate the networks and atributes values of each node, then export the data to json file.

The index.html take the json file and show it with d3.js and jquery for make it interactive.

The Networks

Showing 4 toy networks:

  • Butterfly network
  • Circular network
  • Star network
  • Linear network

The values for a node are calculated according its own network. The nodes and links are not considered in the same big network.

About

A simple example using R and D3.js for show the examples of SNA Course in Coursera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published