

   fix {base}                                   R Documentation

   FFiixx aann OObbjjeecctt

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

        `fix' invokes the editor specified in `options("edi-
        tor")' on `x' and then assigns the new (edited) version
        of `x' in the global environment.

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

        fix(x)

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

          x: An R object

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

         ## Assume  `my.fun' is a user defined function :
         fix(my.fun)
         ## now my.fun is changed

