textbreaker: Function textbreaker

Description Usage Arguments Details Examples

Description

Adds linebreaks to text.

Usage

1
2
3
  textbreaker(text = "Let's write some text with many different words and plot it in a nice little device.",
  maxlength = 30, maxlines = 10, centered = F, separator = "\n",
  trim = T, plot = F, ...)

Arguments

text

Character value containing the text to be split into multiple lines.

maxlength

Numeric value specifying the maximum number of characters per line.

Details

Adds linebreaks to text.

Examples

1
textbreaker("hello world hello world hello world hello world")

AndreasFischer1985/JDDM documentation built on June 19, 2021, 11:02 a.m.