row(x, as.factor=FALSE)
as.factor is FALSE, row takes a matrix as argument
and returns an integer matrix with the same dimensions whose
ij-th element is equal to i.
If as.factor is TRUE, row the value is returned
as a factor with levels labelled by the row names of x.