The R Project SVN R

Rev

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

Rev 89289 Rev 89293
Line 1... Line 1...
1
% File src/library/base/man/dimnames.Rd
1
% File src/library/base/man/dimnames.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-2015 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{dimnames}
6
\name{dimnames}
7
\title{Dimnames of an Object}
7
\title{Dimnames of an Object}
8
\alias{dimnames}
8
\alias{dimnames}
Line 30... Line 30...
30
    list components are used in turn (and recycled when needed) to
30
    list components are used in turn (and recycled when needed) to
31
    construct replacements for empty dimnames components.  See also the
31
    construct replacements for empty dimnames components.  See also the
32
    examples.}
32
    examples.}
33
  \item{unique}{logical indicating that the dimnames constructed are
33
  \item{unique}{logical indicating that the dimnames constructed are
34
    unique within each dimension in the sense of \code{\link{make.unique}}.}
34
    unique within each dimension in the sense of \code{\link{make.unique}}.}
35
  \item{use.names}{a logical indicating if \code{names(dimnames(base))}
35
  \item{use.names}{a logical indicating if \code{names(base)}
36
    is used to replace empty elements of \code{names(dimnames(x))}.  If
36
    is used to replace empty elements of \code{names(dimnames(x))}.  If
37
    \code{TRUE}, then \code{unique} and \code{sep} apply to the
37
    \code{TRUE}, then \code{unique} and \code{sep} apply to the
38
    constructed names, as well.}
38
    constructed names, as well.}
39
}
39
}
40
\details{
40
\details{