The R Project SVN R

Rev

Rev 24300 | Rev 42333 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24300 Rev 25360
Line 1... Line 1...
1
\name{labels}
1
\name{labels}
2
\title{Find Labels from Object}
2
\title{Find Labels from Object}
3
\usage{
3
\usage{
4
labels(object, \dots)
4
labels(object, \dots)
5
labels.default(object, \dots)
-
 
6
labels.terms(object, \dots)
-
 
7
labels.lm(object, \dots)
-
 
8
}
5
}
9
\alias{labels}
6
\alias{labels}
10
\alias{labels.default}
7
\alias{labels.default}
11
\alias{labels.terms}
8
\alias{labels.terms}
12
\alias{labels.lm}
9
\alias{labels.lm}
Line 14... Line 11...
14
  \item{object}{Any \R object: the function is generic.}
11
  \item{object}{Any \R object: the function is generic.}
15
  \item{\dots}{further arguments passed to or from other methods.}
12
  \item{\dots}{further arguments passed to or from other methods.}
16
}
13
}
17
\description{
14
\description{
18
  Find a suitable set of labels from an object for use in printing or
15
  Find a suitable set of labels from an object for use in printing or
19
  plotting, for example.
16
  plotting, for example.  A generic function.
20
}
17
}
21
\value{
18
\value{
22
  A character vector or list of such vectors. For a vector the results
19
  A character vector or list of such vectors. For a vector the results
23
  is the names or \code{seq(along=x)}, for a data frame or array it is
20
  is the names or \code{seq(along=x)}, for a data frame or array it is
24
  the dimnames (with \code{NULL} expanded to \code{seq(len=d[i])}), for
21
  the dimnames (with \code{NULL} expanded to \code{seq(len=d[i])}), for