AspectRatio is an option for Graphics and related functions that specifies the ratio of height to width for a plot.
BaseForm[expr, n] prints with the numbers in expr given in base n.
Collect
(Built-in Mathematica Symbol) Collect[expr, x] collects together terms involving the same powers of objects matching x. Collect[expr, {x_1, x_2, ...}] collects together terms that involve the same powers ...
ConfidenceLevel is an option for LinearModelFit and other fitting functions that specifies the confidence level to use in generating parameter and prediction intervals.
Framed
(Built-in Mathematica Symbol) Framed[expr] displays a framed version of expr.
FrameLabel is an option for Graphics, Manipulate, and related functions that specifies labels to be placed on the edges of a frame.
ImageScaled[{x, y}] gives the position of a graphical object in terms of coordinates scaled to run from 0 to 1 across the whole image region in each direction. ...
PermutationList[perm] returns a permutation list representation of permutation perm.PermutationList[perm, len] returns a permutation list of length len.
ProbabilityPlot[list] generates a plot of the CDF of list against the CDF of a normal distribution.ProbabilityPlot[dist] generates a plot of the CDF of the distribution dist ...
ProbabilityScalePlot[{x_1, x_2, ...}] generates a normal probability plot of the samples x_i. ProbabilityScalePlot[{x_1, x_2, ...}, " dist"] generates a probability plot ...