Description Usage Arguments Value References See Also Examples
Returns a matrix of integers indicating their row number in a matrix-like object, or a factor indicating the row labels.
1 |
x |
a matrix-like object, that is one with a two-dimensional
|
as.factor |
a logical value indicating whether the value should be returned as a factor of row labels (created if necessary) rather than as numbers. |
An integer (or factor) matrix with the same dimensions as x
and whose
ij
-th element is equal to i
(or the i
-th row label).
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) The New S Language. Wadsworth & Brooks/Cole.
col
to get columns.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.