diff --git a/hexlogo.png b/hexlogo.png new file mode 100644 index 0000000..c3f1257 Binary files /dev/null and b/hexlogo.png differ diff --git a/logo.R b/logo.R new file mode 100644 index 0000000..665cd22 --- /dev/null +++ b/logo.R @@ -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")