
Insert a broadcast axis at an arbitrary position.
g_expand.RdThe rank-general sibling of g_rep_t(): expands x with a new axis
of n copies at position axis, so a reduced statistic broadcasts
back against the array it came from (base R arrays do not broadcast,
so the untraced path materialises the copies; traced, this is
a free broadcast_to).