st_font {rtrek} | R Documentation |
Preview Star Trek fonts
Description
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.
Usage
st_font(family, size = 11)
Arguments
family |
character, font family. |
size |
numeric, font size passed to ggplot. |
Details
In RStudio on Windows the font may not show in the RStudio graphics device. Try using the regular R GUI.
Value
a character vector, or a plot side effect. See details.
Examples
if(all(c("trekfont", "showtext", "ggplot2") %in% installed.packages())){
st_font()
}
## Not run: st_font("Federation") # should be run in an interactive session
[Package rtrek version 0.5.0 Index]