

   AAttttrriibbuuttee SSppeecciiffiiccaattiioonn

        structure(data, ...)

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

       data: an object which will have various attributes
             attached to it.

        ...: attributes, specified in `tag=value' form, which
             will be attached to data.

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

        `structure' returns the given object with its
        attributes set.

   EExxaammpplleess::

        structure(1:6, dim = 2:3)

