GithubHelp home page GithubHelp logo

patihe / d3network Goto Github PK

View Code? Open in Web Editor NEW

This project forked from christophergandrud/d3network

0.0 2.0 0.0 1.85 MB

Tools for creating D3 JavaScript network graphs from R.

Home Page: http://christophergandrud.github.io/d3Network/

R 100.00%

d3network's Introduction

d3Network

Note: Active development has moved to networkD3.

Tools for creating D3 JavaScript network, tree, dendrogram, and Sankey graphs from R.

Christopher Gandrud

Version: 0.5.2 Build Status

Minimal Example

Click the image to see a working example:

simple-network-example

This is the code to create the graph:

# Create fake data
Source <- c("A", "A", "A", "A", "B", "B", "C", "C", "D")
Target <- c("B", "C", "D", "J", "E", "F", "G", "H", "I")
NetworkData <- data.frame(Source, Target)

# Make network graph
d3SimpleNetwork(NetworkData, height = 300, width = 700)

Many more examples can be found on the package's main page.

Installation

You can install d3Network using the devtools package and the following code:

devtools::install_github('christophergandrud/d3Network')

d3network's People

Contributors

christophergandrud avatar johndharrison avatar markgene avatar

Watchers

James Cloos avatar Patihe Suip avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.