View source: R/read_functions.R
format_text | R Documentation |
processes special formatting in xvg files, converting super/subscripts to ggplot2-compatible expressions. Specifically handles:
Superscripts: Converts \S...\N to ^ notation
Subscripts: Converts \s...\N to [] notation
format_text(text)
text |
character string containing xvg-formatted text |
formatted character string with ggplot2-compatible expressions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.