[R] Remove space for title in plot

Prof Brian Ripley ripley at stats.ox.ac.uk
Mon Jun 14 08:37:22 CEST 2004


Use par(mar=) (or mai=).  This is described in detail in `An Introduction 
to R'.  Something like

> par(mar=c(5,4,2,2)+0.1)
                ^ reduced from 4

On Mon, 14 Jun 2004, Wolfgang Viechtbauer wrote:

> When plotting, R by default leaves some "white space" at the top of the
> graph for the title. How can I get rid or reduce the size of the amount
> of space decicated for the title? Thanks!

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595




More information about the R-help mailing list