ResetScheduledTask[obj] resets scheduled task object obj to the original parameter values.ResetScheduledTask[obj, timespec] resets scheduled task timing to ...
RidgeFilter[image] computes a measure for the presence of a ridge for each pixel in image.RidgeFilter[image, \[Sigma]] uses the specified ridge scale \[Sigma].
RiemannR[x] gives the Riemann prime counting function R(x).
RogersTanimotoDissimilarity[u, v] gives the Rogers\[Dash]Tanimoto dissimilarity between Boolean vectors u and v.
RotateLeft[expr, n] cycles the elements in expr n positions to the left. RotateLeft[expr] cycles one position to the left. RotateLeft[expr, {n_1, n_2, ...}] cycles elements ...
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 ...
lhs :> rhs or lhs :> rhs represents a rule that transforms lhs to rhs, evaluating rhs only after the rule is used.
Rule
(Built-in Mathematica Symbol) lhs -> rhs or lhs -> rhs represents a rule that transforms lhs to rhs.
RussellRaoDissimilarity[u, v] gives the Russell\[Dash]Rao dissimilarity between Boolean vectors u and v.
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 ...