makeIcons.Rd
Generate png thumbnail icons for various quantities including common statistics, model parameter estimates, trends and rates of change.
makeIcons(primary_color = "#FFFFFF", secondary_color = "#FFFFFF75", color_theme = "white", dir = ".")
primary_color | primary color. |
---|---|
secondary_color | secondary color. |
color_theme | color theme. |
dir | output directory. |
This function is used for its png file-generating side effects.
The standard white and dark theme icon versions are produced using the default call, makeIcons()
,
and makeIcons("black", "gray30", "black")
, respectively.
The function code is repetitive and includes hardcoded values because each icon is uniquely tailored,
for example, for proper text placement. This function serves as a package reference to how the standard icon set
is created from scratch.
#not run