

   labels {base}                                R Documentation

   FFiinndd LLaabbeellss ffrroomm OObbjjeecctt

   DDeessccrriippttiioonn::

        Find a suitable set of labels from an object for use in
        printing or plotting, for example.

   UUssaaggee::

        labels(object, ...)
        labels.default(object, ...)
        labels.terms(object, ...)
        labels.lm(object, ...)

   AArrgguummeennttss::

     object: Any R object: the function is generic.

   VVaalluuee::

        A character vector or list of such vectors. For a vec-
        tor the results is the names or `seq(along=x)', for a
        data frame or array it is the dimnames (with `NULL'
        expanded to `seq(len=d[i])'), for a `terms' object it
        is the term labels and for an `lm' object it is the
        term labels for estimable terms.

   AAuutthhoorr((ss))::

        B.D. Ripley

