Re
(Built-in Mathematica Symbol) Re[z] gives the real part of the complex number z.
As of Version 6.0, RenderAll has been rendered obsolete by the symbolic representation of graphics in Mathematica.
RenkoChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a Renko chart with prices p_i at date date_i.RenkoChart[{" name", daterange}] makes a Renko chart of closing prices for ...
p .. or Repeated[p] is a pattern object that represents a sequence of one or more expressions, each matching p. Repeated[p, max] represents up to max expressions matching ...
p ... or RepeatedNull[p] is a pattern object that represents a sequence of zero or more expressions, each matching p.
expr /. rules applies a rule or list of rules in an attempt to transform each subpart of an expression expr.
ReplaceList[expr, rules] attempts to transform the entire expression expr by applying a rule or list of rules in all possible ways, and returns a list of the results ...
Replace
(Built-in Mathematica Symbol) Replace[expr, rules] applies a rule or list of rules in an attempt to transform the entire expression expr. Replace[expr, rules, levelspec] applies rules to parts of expr ...
ReplacePart[expr, i -> new] yields an expression in which the i\[Null]\[Null]^th part of expr is replaced by new. ReplacePart[expr, {i_1 -> new_1, i_2 -> new_2, ...}] ...
Resampling is an option that specifies the method to be used for resampling images.