If x is a vector, this is straightforward. If x is
anything else, it is first converted to a vector with
as.vector()
, so the first value will be with
respect to storage by columns, for a matrix, etc.
If x is a vector, this is straightforward. If x is
anything else, it is first converted to a vector with
as.vector()
, so the first value will be with
respect to storage by columns, for a matrix, etc.