translation
Argument translate is a vector of real numbers giving an amount to
translate (from the "origin", rep(1,length(x))) the points in each
dimension; it will be replicated as necessary to have the same
length as x. To use rep(0,length(x)) as the origin, use
translation = -1. Scaling, if any, is done BEFORE translation.