ReferenceLineStyle is an option for QuantilePlot and similar functions that specifies the style used for the reference line.
ReverseGraph[g] gives the reverse graph of the directed g.
RevolutionAxis is an option for RevolutionPlot3D which specifies the revolution axis around which the curve should be rotated.
SatisfiableQ[bf] gives True if a combination of values of variables exists that makes the Boolean function bf yield True.SatisfiableQ[expr, {a_1, a_2, ...}] gives True if a ...
ScheduledTaskObject[id, expr, spec, ...] is a task object specifying future evaluation of expr according to spec.
SectorSpacing is an option to PieChart and related functions that specifies radial spacing of sectors.
SetAlphaChannel[image] adds a fully opaque alpha channel to image.SetAlphaChannel[image, a] sets the opacity of all pixels to a.SetAlphaChannel[image, aimage] sets the alpha ...
SmithWatermanSimilarity[u, v] gives a number representing the Smith\[Dash]Waterman similarity between strings or vectors u and v.
SplineDegree is an option for spline functions and graphics primitives that specifies the degree of polynomial basis to use.
StandardDeviationFilter[image, r] filters image by replacing every value by the standard deviations of the values in its range r neighborhood. StandardDeviationFilter[data, ...