Skip to content
Prev 131475 / 398502 Next

Fitting large titles in a plot

On Thu, 2007-12-06 at 09:28 -0800, Jim Price wrote:
Would you believe one line?

  paste(strwrap(theString, width = maxLength), collapse = "\n")

;-)

See ?strwrap as I noted previously.

HTH,

Marc Schwartz