On Fri, Feb 18, 2011 at 3:55 PM, Sarah Goslee <sarah.gos...@gmail.com> wrote: > Peter, > > Try par()$lheight > > The catch is, you need to set it *before* the call to text() > > par(lheight=.8) # closer together > text(x, y, "whatever\nsecondline") > > The best place to find options like lheight is in ?par
Thanks - I had looked at ?par but missed it :) Peter ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.