strmultline: Replace some spaces in multi-word sentences by newlines
Description
Replace a space character by a newline in a multi-word sentence to get a
better height / width ratioUsage
strmultline(strings, ratio = 0.2)
Value
A character vector containing the modified sentences.Details
Very long tags, for example GO Term descriptions, make a bad tag cloud.
strmultline tries to chop up such a long sentence into multiple
(currently two) lines, to get a better height / width ratio.