This commit is contained in:
AG Damsbo 2022-09-22 15:14:29 +02:00
parent a51753b2dd
commit 3bea2790b5
2 changed files with 9 additions and 0 deletions

BIN
hexlogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

9
logo.R Normal file
View File

@ -0,0 +1,9 @@
# Logo creation
logo_path <- "/Users/au301842/Downloads/Logoer/DSC-logo.png"
hexSticker::sticker(logo_path, package="stRoke",
p_size=22, s_x=1, s_y=.7, s_width=.6,
h_fill = "coral", # Fill color
h_color = "maroon", # Border color
filename="hexlogo.png")