All Projects → feddelegrand7 → ddplot

feddelegrand7 / ddplot

Licence: GPL-3.0 license
Create D3 based SVG graphics easily from R

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to ddplot

leaflet heatmap
简单的可视化湖州通话数据 假设数据量很大,没法用浏览器直接绘制热力图,把绘制热力图这一步骤放到线下计算分析。使用Apache Spark并行计算数据之后,再使用Apache Spark绘制热力图,然后用leafletjs加载OpenStreetMap图层和热力图图层,以达到良好的交互效果。现在使用Apache Spark实现绘制,可能是Apache Spark不擅长这方面的计算或者是我没有设计好算法,并行计算的速度比不上单机计算。Apache Spark绘制热力图和计算代码在这 https://github.com/yuanzhaokang/ParallelizeHeatmap.git .
Stars: ✭ 13 (-69.77%)
Mutual labels:  d3, dataviz, d3js
Dex
Dex : The Data Explorer -- A data visualization tool written in Java/Groovy/JavaFX capable of powerful ETL and publishing web visualizations.
Stars: ✭ 1,238 (+2779.07%)
Mutual labels:  d3, dataviz, d3js
D3 Parliament
A parliament chart based on D3js
Stars: ✭ 44 (+2.33%)
Mutual labels:  d3, dataviz, d3js
d3-gridding
grids for rapid D3 charts mockups
Stars: ✭ 100 (+132.56%)
Mutual labels:  d3, dataviz, d3js
Carbon Charts
📊 📈⠀Robust dataviz framework implemented using D3 & typescript
Stars: ✭ 287 (+567.44%)
Mutual labels:  d3, dataviz, d3js
Ngx Charts
📊 Declarative Charting Framework for Angular
Stars: ✭ 4,057 (+9334.88%)
Mutual labels:  d3, dataviz, d3js
Vue D3 Workshop
Workshop content material and excercises for Suncoast Developers
Stars: ✭ 63 (+46.51%)
Mutual labels:  d3, dataviz, d3js
Plotly Graphing Library For Matlab
Plotly Graphing Library for MATLAB®
Stars: ✭ 234 (+444.19%)
Mutual labels:  d3, d3js
Just Dashboard
📊 📋 Dashboards using YAML or JSON files
Stars: ✭ 1,511 (+3413.95%)
Mutual labels:  d3, d3js
Rid3
Reagent Interface to D3
Stars: ✭ 135 (+213.95%)
Mutual labels:  d3, d3js
D3 Es6
D3 力导向图 增删改动态更新数据 点击生成节点 拖拽生成连线...
Stars: ✭ 155 (+260.47%)
Mutual labels:  d3, d3js
D3js doc
D3js中文文档 D3中文 📊 📈 🎉
Stars: ✭ 1,599 (+3618.6%)
Mutual labels:  d3, d3js
D3 Audio Spectrum
Spectrum analysis demo using D3 and HTML5 audio
Stars: ✭ 101 (+134.88%)
Mutual labels:  d3, d3js
Eon Chart
Realtime animated graphs with PubNub and C3.
Stars: ✭ 121 (+181.4%)
Mutual labels:  d3, d3js
D3blackbox
A simple React wrapper for any D3 code you want
Stars: ✭ 80 (+86.05%)
Mutual labels:  d3, d3js
Scatterd3
R scatter plot htmlwidget based on D3.js
Stars: ✭ 135 (+213.95%)
Mutual labels:  d3, d3js
D3 Geo Voronoi
Voronoi / Delaunay tessellations on the sphere
Stars: ✭ 155 (+260.47%)
Mutual labels:  d3, d3js
Teamchatviz
#teamchatviz
Stars: ✭ 146 (+239.53%)
Mutual labels:  d3, dataviz
Reaviz
📊 Data visualization library for React based on D3
Stars: ✭ 215 (+400%)
Mutual labels:  d3, d3js
V Chart Plugin
Easily bind a chart to the data stored in your Vue.js components.
Stars: ✭ 188 (+337.21%)
Mutual labels:  d3, d3js

ddplot

metacran downloads metacran downloads

ddplot is a package that allows you to create D3 based SVG graphics using a simple R API.

Installation

You can install ddplot from CRAN with:

install.packages("ddplot")

You can install the development version of ddplot from Github with:

remotes::install_github("feddelegrand7/ddplot")

Usage

You can get started here

Code of Conduct

Please note that the ddplot project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].