UNPKG
d3ndro
Version:
latest (1.0.1)
1.0.1
1.0.0
Plots R HClust objects as dendrograms using D3
github.com/frazierbaker/d3ndro
frazierbaker/d3ndro
d3ndro
/
src
/
d3ndro.js
11 lines
(10 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
graphics
from
'./graphics/index'
;
import
parse
from
'./parse/index'
;
import
interaction
from
'./interaction/index'
;
import
options
from
'./options'
;
export
default
{ graphics, parse, interaction, options };