

   Gnome {base}                                 R Documentation

   GGNNOOMMEE DDeesskkttoopp GGrraapphhiiccss DDeevviiccee

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

        `gnome' starts a `GNOME' compatible device driver.
        GNOME is an acronym for GNU Network Object Model Envi-
        ronment.

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

        gnome(display="", width=7, height=7, pointsize=12)
        GNOME(display="", width=7, height=7, pointsize=12)

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

    display: the display on which the graphics window will
             appear.  The default is to use the value in the
             user's environment variable `DISPLAY'.

      width: the width of the plotting window in inches.

     height: the height of the plotting window in inches.

   pointsize: the default pointsize to be used.

   DDeettaaiillss::

        This is still in development state.

   NNoottee::

        The GNOME device is only available when explicitly
        desired at configure/compile time, see the toplevel
        `INSTALLATION' file.

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

        Lyndon Drake lyndon@stat.auckland.ac.nz

   RReeffeerreenncceess::

        <URL: http://www.gnome.org> and <URL:
        http://www.gtk.org> for the `GTK+' (GIMP Tool Kit)
        libraries.

   SSeeee AAllssoo::

        `x11',`Devices'.

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

        gnome(width=9)

