yusuzech / r2d3-graphs

Make graphs in D3 and create templates for r2d3 package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

r2d3 Snippets

library(r2d3)

Examples of r2d3-snippets

You can view all following examples on this shiny app:

https://yifyan-yusuzech.shinyapps.io/yusuzech-r2d3-app/

D3MatrixPlot

Create a plot from a matrix with only 0s and 1s. Can be used to create something like Conway’s Game of Life. Graphs attributes can be provided in options. All available ones can be seen in D3MatrixPlot.js.

Available Parameters are:

SVG Margins, Width, Height and Background Color:

“margin.top”,“margin.bottom”, “margin.left”,“margin.right”, “svg.fix”, “svg.aspectRatio”, “svg.background”

Rectangle Fill and Margin:

“rect.fill”, “rect.margin”

About

Make graphs in D3 and create templates for r2d3 package


Languages

Language:R 48.8%Language:HTML 27.2%Language:JavaScript 24.0%