makeIcons: Generate png thumbnail icons for various quantities

Description Usage Arguments Details Value Examples

Description

Generate png thumbnail icons for various quantities including common statistics, model parameter estimates, trends and rates of change.

Usage

1
2
makeIcons(primary_color = "#FFFFFF", secondary_color = "#FFFFFF75",
  color_theme = "white", dir = ".")

Arguments

primary_color

primary color.

secondary_color

secondary color.

color_theme

color theme.

dir

output directory.

Details

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.

Value

This function is used for its png file-generating side effects.

Examples

1
#not run

leonawicz/apputils documentation built on May 13, 2019, 1:38 a.m.