wrap_notes | R Documentation |
Takes a character string that is to appear as notes below a graph and places line breaks at appropriate places to wrap the line to conform to the appropriate width given the supplied font size.
wrap_notes(text, width = 3, unit = "in", gp = set_gp())
text |
Character scalar with the text to be included. |
width |
Numeric scalar giving the alloted width for the viewport |
unit |
Character scalar giving the units in which the width is expressed (i.e., 'in', 'mm'). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.