Pruning
(Built-in Mathematica Symbol) Pruning[image] removes the outermost branches of thin objects in image by setting their values to black.Pruning[image, n] removes branches that are at most n pixels ...
Quartics is an option for functions that involve solving algebraic equations that specifies whether explicit forms for solutions to quartic equations should be given.
QuotientRemainder[m, n] gives a list of the quotient and remainder from division of m by n.
RamanujanTauL[s] gives the Ramanujan tau Dirichlet L-function L(s).
RandomImage[max, {w, h}] gives an image of dimensions {w, h} with pseudorandom pixel values generated from a uniform distribution in the range 0 to max.RandomImage[{min, ...
Range
(Built-in Mathematica Symbol) Range[i_max] generates the list {1, 2, ..., i_max}. Range[i_min, i_max] generates the list {i_min, ..., i_max}. Range[i_min, i_max, di] uses step di.
RawBoxes[boxes] is a low-level construct which is formatted as boxes without further interpretation.
Record
(Built-in Mathematica Symbol) Record represents a record in Read, Find, and related functions.
RegionFunction is an option for plotting functions that specifies the region to include in the plot drawn.
Regularization is an option for Sum and Product that specifies what type of regularization to use.