inst/hexsticker/hexsticker.R

#' 
#' Create an Hexagonal Sticker for the Package
#' 

hexSticker::sticker(
  
  subplot  = magick::image_read("inst/hexsticker/icon.png"),
  package  = "DRomics",
  filename = here::here("man", "figures", "hexsticker.png"),
  
  p_size   = 0.0,         # Title
  u_size   = 0.0,         # URL
  
  h_fill   = "#dedede",   # Background
  h_color  = "#9c5c16",   # Border
  
  s_x      = 1.00,        # Subplot
  s_y      = 1.05,        # Subplot
  s_width  = 1.5,        # Subplot
  s_height = 1.5,        # Subplot
  asp = 1
)

Try the DRomics package in your browser

Any scripts or data that you put into this service are public.

DRomics documentation built on Feb. 16, 2023, 6:45 p.m.