

   AAdddd aa RRuugg ttoo aa PPlloott

        rug(x, ticksize=0.03, side=1, lwd=0.5)

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

          x: A numeric vector

   ticksize: The length of the ticks making up the `rug'. Posi-
             tive lengths give inwards ticks.

       side: On which side of the plot box the rug will be
             plotted. Normally 1 (bottom) or 3 (top).

        lwd: The line width of the ticks.

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

        Adds a representation of the data to the plot.

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

        B.D. Ripley

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

        data(faithful)
        attach(faithful)
        plot(density(eruptions, bw=0.15))
        rug(eruptions)

