AugmentedSymmetricPolynomial[{r_1, r_2, ...}] represents a formal augmented symmetric polynomial with exponents r_1, r_2, ....AugmentedSymmetricPolynomial[{{r_11, ..., r 1 ...
BarSpacing is an option to BarChart and related functions that controls the spacing between bars and groups of bars.
BilateralFilter[image, \[Sigma], \[Mu]] applies a bilateral filter of spatial spread \[Sigma] and pixel value spread \[Mu] to image.
CayleyGraph[group] returns a Cayley graph representation of group.
CellGroup[{cell_1, cell_2, ...}] gives an open group of cells that can appear in a Mathematica notebook.CellGroup[{cell_1, cell_2, ...}, 1] gives a cell group in which only ...
ChartLegends is an option for charting functions that specifies what legends should be used for chart elements.
Clip
(Built-in Mathematica Symbol) Clip[x] gives x clipped to be between -1 and +1. Clip[x, {min, max}] gives x for min <= x <= max, min for x < min and max for x > max. Clip[x, {min, max}, {v_min, v_max}] ...
ColorConvert[expr, colspace] converts color specifications in expr to refer to the color space represented by colspace.
CommonestFilter[image, r] transforms image by replacing each pixel with the most common pixel value in its range r neighborhood.CommonestFilter[data, r] applies commonest ...
ControllerPath is an option that gives a list of external controllers or classes of controllers to try for functions such as ControllerState, Manipulate, and Graphics3D.