SetVertexWeights[g] assigns random real weights in the range [0, 1] to vertices in g. SetVertexWeights[g, w] assigns the weights in the weight list w to the vertices of g. ...
All the functionality of Miscellaneous`ResonanceAbsorptionLines`is now available in the newly created Resonance Absorption Lines Package.
Functionality in this package has been added to the built-in Mathematica kernel. CumulativeSums is replaced by Accumulate. Frequencies is replaced by Tally. BinCounts and ...
ErrorListPlot[{{y_1, dy_1}, {y_2, dy_2}, ...}] plots points corresponding to a list of values y_1, y_2, ..., with corresponding error bars. The errors have magnitudes dy_1, ...
SetFieldFormat[f] sets the output form of elements in the field f.
GraphDistanceMatrix[g] gives a matrix in which the (i, j)\[Null]^th entry is the length of a shortest path in g between vertices i and j.GraphDistanceMatrix[g, Parent] ...
ClusterSplit[c, n] splits the cluster c into n clusters.
Linkage
(Hierarchical Clustering Package Symbol) Linkage is an option for Agglomerate and DendrogramPlot that specifies the linkage method for agglomerative clustering.
Ellipsoid
(Multivariate Statistics Package Symbol) Ellipsoid[{x_1, ..., x_p}, {r_1, ..., r_p}] represents a p-dimensional ellipsoid centered at the point {x_1, ..., x_p} with semi-axis radii r_i aligned with the coordinate ...
LegendTextDirection is an option for Legend, which specifies the direction of text next to the key box.