News

Functions that rely on something outside the function itself (e.g., a network call, or a read from disk) are harder to memoize, though it can still be done.
The SHAPE function shapes a new matrix from a matrix with different dimensions; nrow specifies the number of rows, and ncol specifies the number of columns in the new matrix. The operator works for ...