Rev 7324 | Rev 24300 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% file labels.Rd% copyright (C) 1998 B. D. Ripley%\name{labels}\title{Find Labels from Object}\usage{labels(object, \dots)labels.default(object, \dots)labels.terms(object, \dots)labels.lm(object, \dots)}\alias{labels}\alias{labels.default}\alias{labels.terms}\alias{labels.lm}\arguments{\item{object}{Any \R object: the function is generic.}\item{\dots}{further arguments passed to or from other methods.}}\description{Find a suitable set of labels from an object for use in printing orplotting, for example.}\value{A character vector or list of such vectors. For a vector the resultsis the names or \code{seq(along=x)}, for a data frame or array it isthe dimnames (with \code{NULL} expanded to \code{seq(len=d[i])}), fora \code{terms} object it is the term labels and for an \code{lm}object it is the term labels for estimable terms.}\author{B.D. Ripley}\keyword{print}\keyword{models}