the values of a vector that are outside of a given range are remapped
to the values of the range. This function is useful for loops over rows and
columns of a matrix if the
Usage
ring(x, upper)
Value
vector
Arguments
x
vector
upper
upper limit of range (lower is one. TODO: maybe extend???)