View source: R/utils-deprecation.R
| fontface_to_numeric | R Documentation |
Converts fontface string specification to numeric value used by R graphics. Handles both string ("plain", "bold", "italic", "bold.italic") and numeric (1, 2, 3, 4) inputs for backwards compatibility.
fontface_to_numeric(fontface)
fontface |
Character or numeric fontface specification. |
Numeric fontface value (1=plain, 2=bold, 3=italic, 4=bold.italic).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.