The R Project SVN R

Rev

Rev 88581 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88581 Rev 90204
Line 1... Line 1...
1
% File src/library/base/man/row.Rd
1
% File src/library/base/man/row.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2018 R Core Team
3
% Copyright 1995-2026 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{row}
6
\name{row}
7
\title{Row Indexes}
7
\title{Row Indexes}
8
\alias{row}
8
\alias{row}
Line 14... Line 14...
14
\usage{
14
\usage{
15
row(x, as.factor = FALSE)
15
row(x, as.factor = FALSE)
16
.row(dim)
16
.row(dim)
17
}
17
}
18
\arguments{
18
\arguments{
19
  \item{x}{a matrix-like object, that is one with a two-dimensional
19
  \item{x}{a matrix-like object, that is one with a length two \code{dim}.}
20
    \code{dim}.}
-
 
21
  \item{dim}{a matrix dimension, i.e., an integer valued numeric vector of
20
  \item{dim}{a matrix dimension, i.e., an integer valued numeric vector of
22
    length two (with non-negative entries).}
21
    length two (with non-negative entries).}
23
  \item{as.factor}{a logical value indicating whether the value should
22
  \item{as.factor}{a logical value indicating whether the value should
24
    be returned as a factor of row labels (created if necessary)
23
    be returned as a factor of row labels (created if necessary)
25
    rather than as numbers.}
24
    rather than as numbers.}