You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -53,7 +53,7 @@ Methods for computing basic summary statistics.
53
53
*[d3.variance](https://github.com/d3/d3-array/blob/master/README.md#variance) - compute the variance of an array of numbers.
54
54
*[d3.deviation](https://github.com/d3/d3-array/blob/master/README.md#deviation) - compute the standard deviation of an array of numbers.
Methods for searching arrays for a specific element.
59
59
@@ -67,7 +67,7 @@ Methods for searching arrays for a specific element.
67
67
*[d3.ascending](https://github.com/d3/d3-array/blob/master/README.md#ascending) - compute the natural order of two values.
68
68
*[d3.descending](https://github.com/d3/d3-array/blob/master/README.md#descending) - compute the natural order of two values.
Methods for transforming arrays and for generating new arrays.
73
73
@@ -81,7 +81,7 @@ Methods for transforming arrays and for generating new arrays.
81
81
*[d3.transpose](https://github.com/d3/d3-array/blob/master/README.md#transpose) - transpose an array of arrays.
82
82
*[d3.zip](https://github.com/d3/d3-array/blob/master/README.md#zip) - transpose a variable number of arrays.
Methods for converting associative arrays (objects) to arrays.
155
155
156
156
*[d3.keys](https://github.com/d3/d3-collection/blob/master/README.md#keys) - list the keys of an associative array.
157
157
*[d3.values](https://github.com/d3/d3-collection/blob/master/README.md#values) - list the values of an associated array.
158
158
*[d3.entries](https://github.com/d3/d3-collection/blob/master/README.md#entries) - list the key-value entries of an associative array.
Like ES6 Map, but with string keys and a few other differences.
163
163
@@ -174,7 +174,7 @@ Like ES6 Map, but with string keys and a few other differences.
174
174
*[*map*.empty](https://github.com/d3/d3-collection/blob/master/README.md#map_empty) - returns false if the map has at least one entry.
175
175
*[*map*.size](https://github.com/d3/d3-collection/blob/master/README.md#map_size) - compute the number of entries.
Like ES6 Set, but with string keys and a few other differences.
180
180
@@ -188,7 +188,7 @@ Like ES6 Set, but with string keys and a few other differences.
188
188
*[*set*.empty](https://github.com/d3/d3-collection/blob/master/README.md#set_empty) - returns true if the set has at least one value.
189
189
*[*set*.size](https://github.com/d3/d3-collection/blob/master/README.md#set_size) - compute the number of values.
0 commit comments