https://github.com/stscl/cisp_logo
Logo for R package cisp
https://github.com/stscl/cisp_logo
Last synced: 26 days ago
JSON representation
Logo for R package cisp
- Host: GitHub
- URL: https://github.com/stscl/cisp_logo
- Owner: stscl
- Created: 2024-11-13T07:02:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T15:12:42.000Z (5 months ago)
- Last Synced: 2025-02-07T09:15:27.006Z (3 months ago)
- Language: R
- Size: 802 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
``` r
library(showtext)
showtext_auto(enable = TRUE)
font_add("ShineTypewriter", regular = "./ShineTypewriter-lgwzd.ttf")
library(hexSticker)
library(magick)sticker(
subplot = "./fig_cisp1.png",
s_x = 1.005,
s_y = 0.955,
s_width = .5,
s_height = .5,
package = "Spatial Pattern Correlation",
p_family = "ShineTypewriter",
p_size = 6.25,
p_x = 1.00,
p_y = 1.65,
p_color = ggplot2::alpha("#aa3322",1),
dpi = 300,
asp = 1,
h_size = 1.75,
h_color = ggplot2::alpha("#aa3322",1),
h_fill = '#f4f1eb',
white_around_sticker = F,
url = "https://stscl.github.io/cisp",
u_color = ggplot2::alpha("#aa3322",.75),
u_size = 5.95,
filename = "cisp_logo.png"
)image_read('./cisp_logo.png') |>
image_resize("240x278")|>
image_write('./cisp_logo.png')
```
**I would like to extend my sincere gratitude to [my
friend](https://github.com/layeyo) for her invaluable assistance in
designing the foundational cisp figure.**