stRoke/logo.R

11 lines
380 B
R
Raw Normal View History

2022-09-22 15:14:29 +02:00
# Logo creation
logo_path <- "/Users/au301842/Downloads/Logoer/DSC-logo.png"
hexSticker::sticker(logo_path, package="stRoke",
2022-09-22 15:22:09 +02:00
p_size=10, s_x=1, s_y=.7, s_width=.6,
2022-09-22 15:14:29 +02:00
h_fill = "coral", # Fill color
h_color = "maroon", # Border color
2022-09-22 15:22:09 +02:00
dpi = 100,
filename="man/figures/hexlogo.png")