st_font | R Documentation |
This function produces a plot showing a preview of a Star Trek font from the
trekfont
package. It will return a message if any of trekfont
, showtext
or ggplot2
are not installed. If family
is missing, it will return a
vector of all available font families.
st_font(family, size = 11)
family |
character, font family. |
size |
numeric, font size passed to ggplot. |
In RStudio on Windows the font may not show in the RStudio graphics device. Try using the regular R GUI.
a character vector, or a plot side effect. See details.
if(all(c("trekfont", "showtext", "ggplot2") %in% installed.packages())){
st_font()
}
## Not run: st_font("Federation") # should be run in an interactive session
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.