PrintAction is an option for notebooks that specifies the action taken when a Print[] command is evaluated by the kernel.
PrintingStartingPageNumber is an option for notebooks that specifies what number to assign to the first page of a notebook when printed.
expr //. rules repeatedly performs replacements until expr no longer changes.
RogersTanimotoDissimilarity[u, v] gives the Rogers\[Dash]Tanimoto dissimilarity between Boolean vectors u and v.
RotateRight[expr, n] cycles the elements in expr n positions to the right. RotateRight[expr] cycles one position to the right. RotateRight[expr, {n_1, n_2, ...}] cycles ...
SampledSoundFunction[f, n, r] is a sound primitive that represents a sound whose amplitude sampled r times a second is generated by applying the function f to successive ...
ScientificForm[expr] prints with all real numbers in expr given in scientific notation. ScientificForm[expr, n] prints with numbers given to n-digit precision.
SectorOrigin is an option to PieChart and related functions that specifies where sectors should start.
SectorSpacing is an option to PieChart and related functions that specifies radial spacing of sectors.
SelfLoopStyle is an option for GraphPlot and related functions that specifies how to draw self-loops that connect a vertex to itself.