LeafLabels
(Hierarchical Clustering Package Symbol) LeafLabels is an option for DendrogramPlot that specifies labels for the dendrogram leaves.
DiscreteShift[f, i] gives the discrete shift DiscreteShift[f(i), i] == f(i + 1). DiscreteShift[f, {i, n}] gives the multiple shift \[DiscreteShift]_i^n\ f.DiscreteShift[f, ...
VertexLabels is an option and property for Graph and related functions that specifies what labels and label positions should be used for vertices.
AlgebraicIntegerQ[a] yields True if a is an algebraic integer, and yields False otherwise.
StringFreeQ["string", patt] yields True if no substring in " string" matches the string expression patt, and yields False otherwise. StringFreeQ["string", {patt_1, patt_2, ...
When you execute a command like NotebookWrite[obj,data] the actual operation of inserting data into your notebook is performed in the front end. Normally, however, the kernel ...
GainMargins[sys] gives the gain margins of the linear time-invariant system sys.
When exchanging expressions with external programs, the Mathematica kernel uses the convention of wrapping the expressions inside packets which identify what role the ...
HoldRest is an attribute which specifies that all but the first argument to a function are to be maintained in an unevaluated form.