splitTextGrob {RGraphics}R Documentation

Split text into multiple lines

Description

Splits a single string into multiple lines (by inserting line breaks) so that the output will fit within the current viewport.

Usage

splitTextGrob(text, ...)

Arguments

text
...

{Arguments passed to the {tt grob} function.}


[Package RGraphics version 1.0-3 Index]