

   CCrreeaattee // SSttaarrtt aa NNeeww PPlloott FFrraammee

        plot.new(ask = NA)
        frame(ask = NA)

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

        ask: logical, defaulting to `par("ask")'.

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

        The function causes the completion of plotting in the
        current plot and an advance to a new graphics frame.
        This is used in all high-level plotting functions and
        also useful for skipping plots when a multi-figure
        region is in use.

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

        `plot.window', `plot.default'.

